Class: Seam::Resources::PhoneSession
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::PhoneSession
- Defined in:
- lib/seam/routes/resources/phone_session.rb
Instance Attribute Summary collapse
-
#provider_sessions ⇒ Object
Returns the value of attribute provider_sessions.
-
#user_identity ⇒ Object
Returns the value of attribute user_identity.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
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
#provider_sessions ⇒ Object
Returns the value of attribute provider_sessions.
6 7 8 |
# File 'lib/seam/routes/resources/phone_session.rb', line 6 def provider_sessions @provider_sessions end |
#user_identity ⇒ Object
Returns the value of attribute user_identity.
6 7 8 |
# File 'lib/seam/routes/resources/phone_session.rb', line 6 def user_identity @user_identity end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/phone_session.rb', line 6 def workspace_id @workspace_id end |