Class: Seam::Resources::PhoneRegistration

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/phone_registration.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

#is_being_activatedObject

Returns the value of attribute is_being_activated.



6
7
8
# File 'lib/seam/routes/resources/phone_registration.rb', line 6

def is_being_activated
  @is_being_activated
end

#phone_registration_idObject

Returns the value of attribute phone_registration_id.



6
7
8
# File 'lib/seam/routes/resources/phone_registration.rb', line 6

def phone_registration_id
  @phone_registration_id
end

#provider_nameObject

Returns the value of attribute provider_name.



6
7
8
# File 'lib/seam/routes/resources/phone_registration.rb', line 6

def provider_name
  @provider_name
end

#provider_stateObject

Returns the value of attribute provider_state.



6
7
8
# File 'lib/seam/routes/resources/phone_registration.rb', line 6

def provider_state
  @provider_state
end