Class: Google::Apis::BloggerV3::Comment::Author::Image
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV3::Comment::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.
438 439 440 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 438 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The creator's avatar URL.
Corresponds to the JSON property url
436 437 438 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 436 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
443 444 445 |
# File 'lib/google/apis/blogger_v3/classes.rb', line 443 def update!(**args) @url = args[:url] if args.key?(:url) end |