Class: LifecycleHistoryParser
- Inherits:
-
BaseParser
- Object
- BaseParser
- LifecycleHistoryParser
- Defined in:
- lib/bob/parsers/lifecycle_history_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
#lifecycle_histories ⇒ Object
4 5 6 |
# File 'lib/bob/parsers/lifecycle_history_parser.rb', line 4 def lifecycle_histories json_response['values'].map { |attributes| Models::LifecycleHistory.new(attributes) } end |