Class: Ravelin::AtoLogin
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::AtoLogin
- Defined in:
- lib/ravelin/ato_login.rb
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#location ⇒ Object
Returns the value of attribute location.
-
#login ⇒ Object
Returns the value of attribute login.
Method Summary
Methods inherited from RavelinObject
attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate
Constructor Details
This class inherits a constructor from Ravelin::RavelinObject
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
3 4 5 |
# File 'lib/ravelin/ato_login.rb', line 3 def device @device end |
#location ⇒ Object
Returns the value of attribute location.
3 4 5 |
# File 'lib/ravelin/ato_login.rb', line 3 def location @location end |
#login ⇒ Object
Returns the value of attribute login.
3 4 5 |
# File 'lib/ravelin/ato_login.rb', line 3 def login @login end |