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.
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 |