Class: Google::Apis::BloggerV2::Page::Blog

Inherits:
Object
  • Object
show all
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 blog containing this Page.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Blog

Returns a new instance of Blog.



700
701
702
# File 'generated/google/apis/blogger_v2/classes.rb', line 700

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

Instance Attribute Details

#idString

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

Returns:

  • (String)


698
699
700
# File 'generated/google/apis/blogger_v2/classes.rb', line 698

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



705
706
707
# File 'generated/google/apis/blogger_v2/classes.rb', line 705

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