Class: Datasets::HouseOfRepresentative
- Defined in:
- lib/datasets/house-of-representative.rb
Defined Under Namespace
Classes: Record
Instance Attribute Summary
Attributes inherited from Dataset
Instance Method Summary collapse
- #each ⇒ Object
-
#initialize ⇒ HouseOfRepresentative
constructor
A new instance of HouseOfRepresentative.
Methods inherited from Dataset
Constructor Details
#initialize ⇒ HouseOfRepresentative
Returns a new instance of HouseOfRepresentative.
48 49 50 51 52 53 54 55 56 |
# File 'lib/datasets/house-of-representative.rb', line 48 def initialize super() @metadata.id = "house-of-representative" @metadata.name = "Bill of the House of Representatives of Japan" @metadata.url = "https://smartnews-smri.github.io/house-of-representatives" @metadata.licenses = ["MIT"] @metadata.description = "Bill of the House of Representatives of Japan" end |