Class: Google::Apis::BooksV1::Review::Author
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::Review::Author
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/books_v1/classes.rb,
lib/google/apis/books_v1/representations.rb,
lib/google/apis/books_v1/representations.rb
Overview
Author of this review.
Instance Attribute Summary collapse
-
#display_name ⇒ String
Name of this person.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Author
constructor
A new instance of Author.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Author
Returns a new instance of Author.
2515 2516 2517 |
# File 'lib/google/apis/books_v1/classes.rb', line 2515 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Name of this person.
Corresponds to the JSON property displayName
2513 2514 2515 |
# File 'lib/google/apis/books_v1/classes.rb', line 2513 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2520 2521 2522 |
# File 'lib/google/apis/books_v1/classes.rb', line 2520 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end |