Class: Rubytypeformio::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/rubytypeformio/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_tokenObject

Returns the value of attribute auth_token.



5
6
7
# File 'lib/rubytypeformio/client.rb', line 5

def auth_token
  @auth_token
end