Class: Rialto::Etl::Readers::StanfordOrganizationsJsonReader
- Inherits:
-
TrajectPlus::JsonReader
- Object
- TrajectPlus::JsonReader
- Rialto::Etl::Readers::StanfordOrganizationsJsonReader
- Defined in:
- lib/rialto/etl/readers/stanford_organizations_json_reader.rb
Overview
Read JSON that maps to Stanford orgs
Instance Method Summary collapse
-
#each(&block) ⇒ String
Overrides the implementation inherited from superclass.
Instance Method Details
#each(&block) ⇒ String
Overrides the implementation inherited from superclass
15 16 17 |
# File 'lib/rialto/etl/readers/stanford_organizations_json_reader.rb', line 15 def each(&block) yield_children(json, block) end |