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.



8
9
10
# File 'lib/tops_connect/configuration.rb', line 8

def client_id
  @client_id
end

#software_keyObject

Returns the value of attribute software_key.



8
9
10
# File 'lib/tops_connect/configuration.rb', line 8

def software_key
  @software_key
end

#subscription_keyObject

Returns the value of attribute subscription_key.



8
9
10
# File 'lib/tops_connect/configuration.rb', line 8

def subscription_key
  @subscription_key
end

#zoneObject

Returns the value of attribute zone.



8
9
10
# File 'lib/tops_connect/configuration.rb', line 8

def zone
  @zone
end