Class: Poloapi::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



19
20
21
# File 'lib/poloapi.rb', line 19

def key
  @key
end

#secretObject

Returns the value of attribute secret.



19
20
21
# File 'lib/poloapi.rb', line 19

def secret
  @secret
end

Instance Method Details

#intializeObject



21
22
23
24
# File 'lib/poloapi.rb', line 21

def intialize
  @key    = ''
  @secret = ''
end