Class: Itaiji::List
- Inherits:
-
Object
- Object
- Itaiji::List
- Defined in:
- lib/itaiji/fetcher.rb
Instance Method Summary collapse
-
#initialize(itaiji_sets) ⇒ List
constructor
A new instance of List.
- #to_h ⇒ Object
Constructor Details
#initialize(itaiji_sets) ⇒ List
Returns a new instance of List.
31 32 33 |
# File 'lib/itaiji/fetcher.rb', line 31 def initialize(itaiji_sets) @itaiji_sets = itaiji_sets end |
Instance Method Details
#to_h ⇒ Object
35 36 37 |
# File 'lib/itaiji/fetcher.rb', line 35 def to_h @itaiji_sets end |