Class: OnboardingWizardParser
- Inherits:
-
BaseParser
- Object
- BaseParser
- OnboardingWizardParser
- Defined in:
- lib/bob/parsers/onboarding_wizard_parser.rb
Instance Attribute Summary
Attributes inherited from BaseParser
Instance Method Summary collapse
Methods inherited from BaseParser
Constructor Details
This class inherits a constructor from BaseParser
Instance Method Details
#wizards ⇒ Object
4 5 6 |
# File 'lib/bob/parsers/onboarding_wizard_parser.rb', line 4 def wizards json_response['wizards'].map { |attributes| Models::OnboardingWizard.new(attributes) } end |