Class: Vinapi::Client
- Inherits:
-
Object
- Object
- Vinapi::Client
- Defined in:
- lib/vinapi/client.rb
Instance Attribute Summary collapse
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(username = nil, password = nil) ⇒ Client
constructor
A new instance of Client.
Constructor Details
Instance Attribute Details
#user ⇒ Object (readonly)
Returns the value of attribute user.
4 5 6 |
# File 'lib/vinapi/client.rb', line 4 def user @user end |