Class: Elasticity::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_keyObject

Returns the value of attribute access_key.



61
62
63
# File 'lib/elasticity.rb', line 61

def access_key
  @access_key
end

#hive_siteObject

Returns the value of attribute hive_site.



60
61
62
# File 'lib/elasticity.rb', line 60

def hive_site
  @hive_site
end

#secret_keyObject

Returns the value of attribute secret_key.



62
63
64
# File 'lib/elasticity.rb', line 62

def secret_key
  @secret_key
end

#security_tokenObject

Returns the value of attribute security_token.



63
64
65
# File 'lib/elasticity.rb', line 63

def security_token
  @security_token
end