Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative
 
 
- 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::Derivative::Source 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
source. - 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
text. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Derivative 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Derivative.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Derivative
Returns a new instance of Derivative
      957 958 959  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 957 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#source ⇒ Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative::Source
Corresponds to the JSON property source
      950 951 952  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 950 def source @source end  | 
  
#text ⇒ String
Corresponds to the JSON property text
      955 956 957  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 955 def text @text end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      962 963 964 965  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 962 def update!(**args) @source = args[:source] if args.key?(:source) @text = args[:text] if args.key?(:text) end  |