Class: Seam::Resources::SeamEvent::AccessCodeNameChanged::To
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::SeamEvent::AccessCodeNameChanged::To
- Defined in:
- lib/seam/resources/event.rb
Instance Attribute Summary collapse
-
#name ⇒ String?
New name of the access code.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#name ⇒ String?
New name of the access code.
112 113 114 |
# File 'lib/seam/resources/event.rb', line 112 def name @name end |