Class: TopsConnect::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tops_connect/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



5
6
7
# File 'lib/tops_connect/configuration.rb', line 5

def client_id
  @client_id
end

#software_keyObject

Returns the value of attribute software_key.



5
6
7
# File 'lib/tops_connect/configuration.rb', line 5

def software_key
  @software_key
end

#subscription_keyObject

Returns the value of attribute subscription_key.



5
6
7
# File 'lib/tops_connect/configuration.rb', line 5

def subscription_key
  @subscription_key
end

#zoneObject

Returns the value of attribute zone.



5
6
7
# File 'lib/tops_connect/configuration.rb', line 5

def zone
  @zone
end