Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym
 
- 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
Classes: Source
Instance Attribute Summary collapse
- 
  
    
      #source  ⇒ Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym::Source 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property source.
- 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property text.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Synonym 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Synonym. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Synonym
Returns a new instance of Synonym
| 1242 1243 1244 | # File 'generated/google/apis/books_v1/classes.rb', line 1242 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#source ⇒ Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym::Source
Corresponds to the JSON property source
| 1235 1236 1237 | # File 'generated/google/apis/books_v1/classes.rb', line 1235 def source @source end | 
#text ⇒ String
Corresponds to the JSON property text
| 1240 1241 1242 | # File 'generated/google/apis/books_v1/classes.rb', line 1240 def text @text end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1247 1248 1249 1250 | # File 'generated/google/apis/books_v1/classes.rb', line 1247 def update!(**args) @source = args[:source] if args.key?(:source) @text = args[:text] if args.key?(:text) end |