Class: CcyConvertor::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keysObject

Returns the value of attribute api_keys.



15
16
17
# File 'lib/ccy_convertor/configuration.rb', line 15

def api_keys
  @api_keys
end

#cache_durationObject

Returns the value of attribute cache_duration.



15
16
17
# File 'lib/ccy_convertor/configuration.rb', line 15

def cache_duration
  @cache_duration
end

#default_rate_providerObject

Returns the value of attribute default_rate_provider.



15
16
17
# File 'lib/ccy_convertor/configuration.rb', line 15

def default_rate_provider
  @default_rate_provider
end

#round_up_amountObject

Returns the value of attribute round_up_amount.



15
16
17
# File 'lib/ccy_convertor/configuration.rb', line 15

def round_up_amount
  @round_up_amount
end

#round_up_rateObject

Returns the value of attribute round_up_rate.



15
16
17
# File 'lib/ccy_convertor/configuration.rb', line 15

def round_up_rate
  @round_up_rate
end