Class: Google::Apis::BloggerV2::Post::Blog

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

Overview

Data about the blog containing this Post.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Blog

Returns a new instance of Blog.



951
952
953
# File 'lib/google/apis/blogger_v2/classes.rb', line 951

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

Instance Attribute Details

#idString

The identifier of the Blog that contains this Post. Corresponds to the JSON property id

Returns:

  • (String)


949
950
951
# File 'lib/google/apis/blogger_v2/classes.rb', line 949

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



956
957
958
# File 'lib/google/apis/blogger_v2/classes.rb', line 956

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