Class: Ravelin::Login

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/login.rb

Instance Attribute Summary collapse

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_mechanismObject

Returns the value of attribute authentication_mechanism.



3
4
5
# File 'lib/ravelin/login.rb', line 3

def authentication_mechanism
  @authentication_mechanism
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/ravelin/login.rb', line 3

def custom
  @custom
end

#customer_idObject

Returns the value of attribute customer_id.



3
4
5
# File 'lib/ravelin/login.rb', line 3

def customer_id
  @customer_id
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/ravelin/login.rb', line 3

def success
  @success
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/ravelin/login.rb', line 3

def username
  @username
end