Class: Google::Apis::BloggerV3::Post::Author::Image
- Inherits:
-
Object
- Object
- Google::Apis::BloggerV3::Post::Author::Image
- 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 Post author's avatar.
Instance Attribute Summary collapse
-
#url ⇒ String
The Post 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
975 976 977 |
# File 'generated/google/apis/blogger_v3/classes.rb', line 975 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The Post author's avatar URL.
Corresponds to the JSON property url
973 974 975 |
# File 'generated/google/apis/blogger_v3/classes.rb', line 973 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
980 981 982 |
# File 'generated/google/apis/blogger_v3/classes.rb', line 980 def update!(**args) @url = args[:url] if args.key?(:url) end |