Class: Aex::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#secretObject

Returns the value of attribute secret.



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

def secret
  @secret
end

#uidObject

Returns the value of attribute uid.



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

def uid
  @uid
end

Instance Method Details

#intializeObject



16
17
18
19
20
# File 'lib/aex.rb', line 16

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