Class: BROpenData::ParentService

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/br_open_data/parent_service.rb

Direct Known Subclasses

Chamber::Service, Senate::Service

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeParentService

init/new



15
16
# File 'lib/br_open_data/parent_service.rb', line 15

def initialize
end

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



9
10
11
# File 'lib/br_open_data/parent_service.rb', line 9

def domain
  @domain
end

#paramsObject

API attrs



12
13
14
# File 'lib/br_open_data/parent_service.rb', line 12

def params
  @params
end

#pathObject

Base URL builder Attributes



8
9
10
# File 'lib/br_open_data/parent_service.rb', line 8

def path
  @path
end