Class: Google::Apis::BooksV1::Review
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::BooksV1::Review
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb 
Defined Under Namespace
Instance Attribute Summary collapse
- 
  
    
      #author  ⇒ Google::Apis::BooksV1::Review::Author 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Author of this review.
 - 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Review text.
 - 
  
    
      #date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Date of this review.
 - 
  
    
      #full_text_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
URL for the full review text, for reviews gathered from the web.
 - 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resource type for a review.
 - 
  
    
      #rating  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Star rating for this review.
 - 
  
    
      #source  ⇒ Google::Apis::BooksV1::Review::Source 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information regarding the source of this review, when the review is not from a Google Books user.
 - 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Title for this review.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Source type for this review.
 - 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Volume that this review is for.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Review 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Review.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Review
Returns a new instance of Review
      2420 2421 2422  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2420 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#author ⇒ Google::Apis::BooksV1::Review::Author
Author of this review.
Corresponds to the JSON property author
      2370 2371 2372  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2370 def @author end  | 
  
#content ⇒ String
Review text.
Corresponds to the JSON property content
      2375 2376 2377  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2375 def content @content end  | 
  
#date ⇒ String
Date of this review.
Corresponds to the JSON property date
      2380 2381 2382  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2380 def date @date end  | 
  
#full_text_url ⇒ String
URL for the full review text, for reviews gathered from the web.
Corresponds to the JSON property fullTextUrl
      2385 2386 2387  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2385 def full_text_url @full_text_url end  | 
  
#kind ⇒ String
Resource type for a review.
Corresponds to the JSON property kind
      2390 2391 2392  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2390 def kind @kind end  | 
  
#rating ⇒ String
Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE
or NOT_RATED.
Corresponds to the JSON property rating
      2396 2397 2398  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2396 def @rating end  | 
  
#source ⇒ Google::Apis::BooksV1::Review::Source
Information regarding the source of this review, when the review is not from a
Google Books user.
Corresponds to the JSON property source
      2402 2403 2404  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2402 def source @source end  | 
  
#title ⇒ String
Title for this review.
Corresponds to the JSON property title
      2407 2408 2409  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2407 def title @title end  | 
  
#type ⇒ String
Source type for this review. Possible values are EDITORIAL, WEB_USER or
GOOGLE_USER.
Corresponds to the JSON property type
      2413 2414 2415  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2413 def type @type end  | 
  
#volume_id ⇒ String
Volume that this review is for.
Corresponds to the JSON property volumeId
      2418 2419 2420  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2418 def volume_id @volume_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 2425 def update!(**args) @author = args[:author] if args.key?(:author) @content = args[:content] if args.key?(:content) @date = args[:date] if args.key?(:date) @full_text_url = args[:full_text_url] if args.key?(:full_text_url) @kind = args[:kind] if args.key?(:kind) @rating = args[:rating] if args.key?(:rating) @source = args[:source] if args.key?(:source) @title = args[:title] if args.key?(:title) @type = args[:type] if args.key?(:type) @volume_id = args[:volume_id] if args.key?(:volume_id) end  |