Class: DefraRuby::CompaniesHouse::Configuration
- Inherits:
-
Object
- Object
- DefraRuby::CompaniesHouse::Configuration
- Defined in:
- lib/defra_ruby/companies_house/configuration.rb
Instance Attribute Summary collapse
-
#companies_house_api_key ⇒ Object
Returns the value of attribute companies_house_api_key.
-
#companies_house_host ⇒ Object
Returns the value of attribute companies_house_host.
Instance Attribute Details
#companies_house_api_key ⇒ Object
Returns the value of attribute companies_house_api_key.
6 7 8 |
# File 'lib/defra_ruby/companies_house/configuration.rb', line 6 def companies_house_api_key @companies_house_api_key end |
#companies_house_host ⇒ Object
Returns the value of attribute companies_house_host.
6 7 8 |
# File 'lib/defra_ruby/companies_house/configuration.rb', line 6 def companies_house_host @companies_house_host end |