Class: Google::Cloud::Bigquery::Time
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Google::Cloud::Bigquery::Time
 
 
- Defined in:
 - lib/google/cloud/bigquery/time.rb
 
Overview
Time
A TIME data type represents a time, independent of a specific date.
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
      writeonly
    
  
  
  
  
  
  
    
The BigQuery TIME.
 
Instance Attribute Details
#value=(value) ⇒ String (writeonly)
The BigQuery TIME.
      56 57 58  | 
    
      # File 'lib/google/cloud/bigquery/time.rb', line 56 def value=(value) @value = value end  |