Class: Google::Apis::BloggerV3::User::Blogs
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV3::User::Blogs
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/blogger_v3/classes.rb,
lib/google/apis/blogger_v3/representations.rb,
lib/google/apis/blogger_v3/representations.rb
Overview
The container of blogs for this user.
Instance Attribute Summary collapse
-
#self_link ⇒ String
The URL of the Blogs for this user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Blogs
constructor
A new instance of Blogs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Blogs
Returns a new instance of Blogs.
1329 1330 1331 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 1329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#self_link ⇒ String
The URL of the Blogs for this user.
Corresponds to the JSON property selfLink
1327 1328 1329 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 1327 def self_link @self_link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1334 1335 1336 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 1334 def update!(**args) @self_link = args[:self_link] if args.key?(:self_link) end |