Class: Google::Apis::SpeechV1p1beta1::ClassItem
- Inherits:
-
Object
- Object
- Google::Apis::SpeechV1p1beta1::ClassItem
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/speech_v1p1beta1/classes.rb,
lib/google/apis/speech_v1p1beta1/representations.rb,
lib/google/apis/speech_v1p1beta1/representations.rb
Overview
An item of the class.
Instance Attribute Summary collapse
-
#value ⇒ String
The class item's value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClassItem
constructor
A new instance of ClassItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClassItem
Returns a new instance of ClassItem.
54 55 56 |
# File 'lib/google/apis/speech_v1p1beta1/classes.rb', line 54 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
The class item's value.
Corresponds to the JSON property value
52 53 54 |
# File 'lib/google/apis/speech_v1p1beta1/classes.rb', line 52 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
59 60 61 |
# File 'lib/google/apis/speech_v1p1beta1/classes.rb', line 59 def update!(**args) @value = args[:value] if args.key?(:value) end |