Class: Seam::Resources::PhoneRegistration
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::PhoneRegistration
- Defined in:
- lib/seam/routes/resources/phone_registration.rb
Instance Attribute Summary collapse
-
#is_being_activated ⇒ Object
Returns the value of attribute is_being_activated.
-
#phone_registration_id ⇒ Object
Returns the value of attribute phone_registration_id.
-
#provider_name ⇒ Object
Returns the value of attribute provider_name.
-
#provider_state ⇒ Object
Returns the value of attribute provider_state.
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
#is_being_activated ⇒ Object
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_id ⇒ Object
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_name ⇒ Object
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_state ⇒ Object
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 |