Class: Google::Apis::BloggerV3::Post::Blog
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV3::Post::Blog
- 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
Data about the blog containing this Post.
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the Blog that contains this Post.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Blog
constructor
A new instance of Blog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Blog
Returns a new instance of Blog.
1007 1008 1009 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 1007 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
The identifier of the Blog that contains this Post.
Corresponds to the JSON property id
1005 1006 1007 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 1005 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1012 1013 1014 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 1012 def update!(**args) @id = args[:id] if args.key?(:id) end |