Class: Moka::Dealer
- Inherits:
-
Object
- Object
- Moka::Dealer
- Defined in:
- lib/moka/model/dealer.rb
Instance Attribute Summary collapse
-
#check_key ⇒ Object
Returns the value of attribute check_key.
-
#dealer_code ⇒ Object
Returns the value of attribute dealer_code.
-
#env ⇒ Object
Returns the value of attribute env.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Dealer
constructor
A new instance of Dealer.
Constructor Details
#initialize ⇒ Dealer
Returns a new instance of Dealer.
5 6 7 |
# File 'lib/moka/model/dealer.rb', line 5 def initialize() end |
Instance Attribute Details
#check_key ⇒ Object
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_code ⇒ Object
Returns the value of attribute dealer_code.
3 4 5 |
# File 'lib/moka/model/dealer.rb', line 3 def dealer_code @dealer_code end |
#env ⇒ Object
Returns the value of attribute env.
3 4 5 |
# File 'lib/moka/model/dealer.rb', line 3 def env @env end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/moka/model/dealer.rb', line 3 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/moka/model/dealer.rb', line 3 def username @username end |