Class: Google::Apis::BloggerV3::Post::Author::Image

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Image

Returns a new instance of Image.



987
988
989
# File 'lib/google/apis/blogger_v3/classes.rb', line 987

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

Instance Attribute Details

#urlString

The creator's avatar URL. Corresponds to the JSON property url

Returns:

  • (String)


985
986
987
# File 'lib/google/apis/blogger_v3/classes.rb', line 985

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



992
993
994
# File 'lib/google/apis/blogger_v3/classes.rb', line 992

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