Class: Google::Apis::WalletobjectsV1::TransitClassAddMessageResponse
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::TransitClassAddMessageResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb
Instance Attribute Summary collapse
-
#resource ⇒ Google::Apis::WalletobjectsV1::TransitClass
The updated TransitClass resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransitClassAddMessageResponse
constructor
A new instance of TransitClassAddMessageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransitClassAddMessageResponse
Returns a new instance of TransitClassAddMessageResponse.
8220 8221 8222 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8220 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::WalletobjectsV1::TransitClass
The updated TransitClass resource.
Corresponds to the JSON property resource
8218 8219 8220 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8218 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8225 8226 8227 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 8225 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |