Class: BOTR::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



14
15
16
# File 'lib/botr/configuration.rb', line 14

def api_key
  @api_key
end

#protocolObject

Returns the value of attribute protocol.



14
15
16
# File 'lib/botr/configuration.rb', line 14

def protocol
  @protocol
end

#secret_keyObject

Returns the value of attribute secret_key.



14
15
16
# File 'lib/botr/configuration.rb', line 14

def secret_key
  @secret_key
end

#serverObject

Returns the value of attribute server.



14
15
16
# File 'lib/botr/configuration.rb', line 14

def server
  @server
end