Class: Google::Apis::BloggerV3::Page::Author::Image
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV3::Page::Author::Image
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/blogger_v3/classes.rb,
lib/google/apis/blogger_v3/representations.rb,
lib/google/apis/blogger_v3/representations.rb
Overview
The creator's avatar.
Instance Attribute Summary collapse
-
#url ⇒ String
The creator's avatar URL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Image
constructor
A new instance of Image.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Image
Returns a new instance of Image.
686 687 688 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 686 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The creator's avatar URL.
Corresponds to the JSON property url
684 685 686 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 684 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
691 692 693 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 691 def update!(**args) @url = args[:url] if args.key?(:url) end |