Class: Netilion::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



18
19
20
# File 'lib/netilion.rb', line 18

def api_key
  @api_key
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



18
19
20
# File 'lib/netilion.rb', line 18

def environment
  @environment
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



18
19
20
# File 'lib/netilion.rb', line 18

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



18
19
20
# File 'lib/netilion.rb', line 18

def username
  @username
end