Class: Google::Apis::BloggerV2::Post::Author::Image
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BloggerV2::Post::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 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
| 736 737 738 | # File 'generated/google/apis/blogger_v2/classes.rb', line 736 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#url ⇒ String
The Post author's avatar URL.
Corresponds to the JSON property url
| 734 735 736 | # File 'generated/google/apis/blogger_v2/classes.rb', line 734 def url @url end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 741 742 743 | # File 'generated/google/apis/blogger_v2/classes.rb', line 741 def update!(**args) @url = args[:url] if args.key?(:url) end |