Class: Rubytypeformio::Client
- Inherits:
-
Object
- Object
- Rubytypeformio::Client
- Defined in:
- lib/rubytypeformio/client.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
Instance Method Summary collapse
-
#initialize(auth_token) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(auth_token) ⇒ Client
Returns a new instance of Client.
7 8 9 |
# File 'lib/rubytypeformio/client.rb', line 7 def initialize (auth_token) end |
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
5 6 7 |
# File 'lib/rubytypeformio/client.rb', line 5 def auth_token @auth_token end |