Class: BROpenData::Senate::Service

Inherits:
ParentService show all
Includes:
Singleton
Defined in:
lib/br_open_data/senate/service.rb

Instance Attribute Summary

Attributes inherited from ParentService

#domain, #params, #path

Instance Method Summary collapse

Constructor Details

#initializeService

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