Class: SimplePerformer::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_keyObject

Returns the value of attribute access_key.



3
4
5
# File 'lib/config.rb', line 3

def access_key
  @access_key
end

#hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/config.rb', line 3

def host
  @host
end

#secret_keyObject

Returns the value of attribute secret_key.



3
4
5
# File 'lib/config.rb', line 3

def secret_key
  @secret_key
end