Class: Google::Apis::BloggerV2::Comment::Post
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV2::Comment::Post
- 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 post containing this comment.
Instance Attribute Summary collapse
-
#id ⇒ Fixnum
The identifier of the post containing this comment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Post
constructor
A new instance of Post.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Post
Returns a new instance of Post
385 386 387 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 385 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ Fixnum
The identifier of the post containing this comment.
Corresponds to the JSON property id
383 384 385 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 383 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
390 391 392 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 390 def update!(**args) @id = args[:id] if args.key?(:id) end |