Class: Google::Apis::BloggerV3::User::Blogs

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

The container of blogs for this user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Blogs

Returns a new instance of Blogs.



1317
1318
1319
# File 'generated/google/apis/blogger_v3/classes.rb', line 1317

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

Instance Attribute Details

The URL of the Blogs for this user. Corresponds to the JSON property selfLink

Returns:

  • (String)


1315
1316
1317
# File 'generated/google/apis/blogger_v3/classes.rb', line 1315

def self_link
  @self_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1322
1323
1324
# File 'generated/google/apis/blogger_v3/classes.rb', line 1322

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