Class: Softlayer::Container::User::Customer::External::Binding::Phone::Mode
- Inherits:
-
Model
- Object
- Model
- Softlayer::Container::User::Customer::External::Binding::Phone::Mode
- Defined in:
- lib/softlayer/container/user/customer/external/binding/phone/mode.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#pin ⇒ Object
Returns the value of attribute pin.
-
#pin_mode ⇒ Object
Returns the value of attribute pin_mode.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, request, #request, service_name, #to_hash
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode.
9 10 11 |
# File 'lib/softlayer/container/user/customer/external/binding/phone/mode.rb', line 9 def mode @mode end |
#pin ⇒ Object
Returns the value of attribute pin.
10 11 12 |
# File 'lib/softlayer/container/user/customer/external/binding/phone/mode.rb', line 10 def pin @pin end |
#pin_mode ⇒ Object
Returns the value of attribute pin_mode.
11 12 13 |
# File 'lib/softlayer/container/user/customer/external/binding/phone/mode.rb', line 11 def pin_mode @pin_mode end |