Class: Google::Apis::ContentV2_1::TransitTableTransitTimeRow
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::TransitTableTransitTimeRow
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::ContentV2_1::TransitTableTransitTimeRowTransitTimeValue>
Corresponds to the JSON property
values
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransitTableTransitTimeRow
constructor
A new instance of TransitTableTransitTimeRow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransitTableTransitTimeRow
Returns a new instance of TransitTableTransitTimeRow.
14248 14249 14250 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 14248 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::ContentV2_1::TransitTableTransitTimeRowTransitTimeValue>
Corresponds to the JSON property values
14246 14247 14248 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 14246 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14253 14254 14255 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 14253 def update!(**args) @values = args[:values] if args.key?(:values) end |