Class: MobilyApiAuth

Inherits:
Object
  • Object
show all
Defined in:
lib/mobily/mobily_api_auth.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mobile_number, password) ⇒ MobilyApiAuth

Returns a new instance of MobilyApiAuth.



4
5
6
7
# File 'lib/mobily/mobily_api_auth.rb', line 4

def initialize(mobile_number, password)
  @mobile_number = mobile_number
  @password = password
end

Instance Attribute Details

#mobile_numberObject

Returns the value of attribute mobile_number.



2
3
4
# File 'lib/mobily/mobily_api_auth.rb', line 2

def mobile_number
  @mobile_number
end

#passwordObject

Returns the value of attribute password.



2
3
4
# File 'lib/mobily/mobily_api_auth.rb', line 2

def password
  @password
end