Class: Netatmo::Client::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



11
12
13
# File 'lib/netatmo/client.rb', line 11

def base_url
  @base_url
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



11
12
13
# File 'lib/netatmo/client.rb', line 11

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



11
12
13
# File 'lib/netatmo/client.rb', line 11

def client_secret
  @client_secret
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



11
12
13
# File 'lib/netatmo/client.rb', line 11

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



11
12
13
# File 'lib/netatmo/client.rb', line 11

def username
  @username
end