Class: Moka::Dealer

Inherits:
Object
  • Object
show all
Defined in:
lib/moka/model/dealer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDealer

Returns a new instance of Dealer.



5
6
7
# File 'lib/moka/model/dealer.rb', line 5

def initialize()

end

Instance Attribute Details

#check_keyObject

Returns the value of attribute check_key.



3
4
5
# File 'lib/moka/model/dealer.rb', line 3

def check_key
  @check_key
end

#dealer_codeObject

Returns the value of attribute dealer_code.



3
4
5
# File 'lib/moka/model/dealer.rb', line 3

def dealer_code
  @dealer_code
end

#envObject

Returns the value of attribute env.



3
4
5
# File 'lib/moka/model/dealer.rb', line 3

def env
  @env
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/moka/model/dealer.rb', line 3

def password
  @password
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/moka/model/dealer.rb', line 3

def username
  @username
end