Class: BROpenData::Senate::Service
- Inherits:
-
ParentService
- Object
- ParentService
- BROpenData::Senate::Service
- Includes:
- Singleton
- Defined in:
- lib/br_open_data/senate/service.rb
Instance Attribute Summary
Attributes inherited from ParentService
Instance Method Summary collapse
-
#initialize ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize ⇒ Service
Returns a new instance of Service.
4 5 6 |
# File 'lib/br_open_data/senate/service.rb', line 4 def initialize self.end_point = 'http://legis.senado.leg.br/dadosabertos' end |