Class: Google::Apis::BloggerV2::User::Blogs

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/blogger_v2/classes.rb,
lib/google/apis/blogger_v2/representations.rb,
lib/google/apis/blogger_v2/representations.rb

Overview

The container of blogs for this user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Blogs

Returns a new instance of Blogs.



1167
1168
1169
# File 'lib/google/apis/blogger_v2/classes.rb', line 1167

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

The URL of the Blogs for this user. Corresponds to the JSON property selfLink

Returns:

  • (String)


1165
1166
1167
# File 'lib/google/apis/blogger_v2/classes.rb', line 1165

def self_link
  @self_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1172
1173
1174
# File 'lib/google/apis/blogger_v2/classes.rb', line 1172

def update!(**args)
  @self_link = args[:self_link] if args.key?(:self_link)
end