Class: BROpenData::ParentService
- Inherits:
-
Object
- Object
- BROpenData::ParentService
- Includes:
- Singleton
- Defined in:
- lib/br_open_data/parent_service.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#params ⇒ Object
API attrs.
-
#path ⇒ Object
Base URL builder Attributes.
Instance Method Summary collapse
-
#initialize ⇒ ParentService
constructor
init/new.
Constructor Details
#initialize ⇒ ParentService
init/new
15 16 |
# File 'lib/br_open_data/parent_service.rb', line 15 def initialize end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
9 10 11 |
# File 'lib/br_open_data/parent_service.rb', line 9 def domain @domain end |
#params ⇒ Object
API attrs
12 13 14 |
# File 'lib/br_open_data/parent_service.rb', line 12 def params @params end |
#path ⇒ Object
Base URL builder Attributes
8 9 10 |
# File 'lib/br_open_data/parent_service.rb', line 8 def path @path end |