Class: Seam::Resources::Phone
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Phone
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/phone.rb
Instance Attribute Summary collapse
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def @custom_metadata end |
#device_id ⇒ Object
Returns the value of attribute device_id.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def device_id @device_id end |
#device_type ⇒ Object
Returns the value of attribute device_type.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def device_type @device_type end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def display_name @display_name end |
#nickname ⇒ Object
Returns the value of attribute nickname.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def nickname @nickname end |
#properties ⇒ Object
Returns the value of attribute properties.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def properties @properties end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/phone.rb', line 6 def workspace_id @workspace_id end |