Class: Ravelin::Login
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::Login
- Defined in:
- lib/ravelin/login.rb
Instance Attribute Summary collapse
-
#authentication_mechanism ⇒ Object
Returns the value of attribute authentication_mechanism.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#success ⇒ Object
Returns the value of attribute success.
-
#username ⇒ Object
Returns the value of attribute username.
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
#authentication_mechanism ⇒ Object
Returns the value of attribute authentication_mechanism.
3 4 5 |
# File 'lib/ravelin/login.rb', line 3 def authentication_mechanism @authentication_mechanism end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/login.rb', line 3 def custom @custom end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
3 4 5 |
# File 'lib/ravelin/login.rb', line 3 def customer_id @customer_id end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/ravelin/login.rb', line 3 def success @success end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/ravelin/login.rb', line 3 def username @username end |