Class: Google::Apis::BloggerV2::Page::Blog
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV2::Page::Blog
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/blogger_v2/classes.rb,
generated/google/apis/blogger_v2/representations.rb,
generated/google/apis/blogger_v2/representations.rb
Overview
Data about the blog containing this Page.
Instance Attribute Summary collapse
-
#id ⇒ Fixnum
The identifier of the blog containing this page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Blog
constructor
A new instance of Blog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Blog
Returns a new instance of Blog
571 572 573 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 571 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ Fixnum
The identifier of the blog containing this page.
Corresponds to the JSON property id
569 570 571 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 569 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
576 577 578 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 576 def update!(**args) @id = args[:id] if args.key?(:id) end |