Class: Google::Apis::BloggerV2::Page::Author::Image
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV2::Page::Author::Image
- 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
The page author's avatar.
Instance Attribute Summary collapse
-
#url ⇒ String
The page author's avatar URL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Image
constructor
A new instance of Image.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Image
Returns a new instance of Image
551 552 553 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 551 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The page author's avatar URL.
Corresponds to the JSON property url
549 550 551 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 549 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
556 557 558 |
# File 'generated/google/apis/blogger_v2/classes.rb', line 556 def update!(**args) @url = args[:url] if args.key?(:url) end |