Class: Seam::Resources::PhoneSession

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/phone_session.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_sessionsObject

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_identityObject

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_idObject

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