Class: Google::Apis::BloggerV3::Comment::Blog

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/blogger_v3/classes.rb,
generated/google/apis/blogger_v3/representations.rb,
generated/google/apis/blogger_v3/representations.rb

Overview

Data about the blog containing this comment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Blog

Returns a new instance of Blog.



458
459
460
# File 'generated/google/apis/blogger_v3/classes.rb', line 458

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#idString

The identifier of the blog containing this comment. Corresponds to the JSON property id

Returns:

  • (String)


456
457
458
# File 'generated/google/apis/blogger_v3/classes.rb', line 456

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



463
464
465
# File 'generated/google/apis/blogger_v3/classes.rb', line 463

def update!(**args)
  @id = args[:id] if args.key?(:id)
end