Class: Google::Apis::BloggerV3::Comment::Post
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV3::Comment::Post
- 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 post containing this comment.
Instance Attribute Summary collapse
-
#id ⇒ String
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.
Constructor Details
#initialize(**args) ⇒ Post
Returns a new instance of Post.
496 497 498 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 496 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
The identifier of the post containing this comment.
Corresponds to the JSON property id
494 495 496 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 494 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
501 502 503 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 501 def update!(**args) @id = args[:id] if args.key?(:id) end |