Class: INatGet::Data::Parser::Part::PrjDefault Private
- Inherits:
-
INatGet::Data::Parser::Part
- Object
- INatGet::Data::Parser::Part
- INatGet::Data::Parser::Part::PrjDefault
- Defined in:
- lib/inat-get/data/parsers/defs/prjdefault.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from INatGet::Data::Parser::Part
Instance Method Summary collapse
- #parse(source) ⇒ Object private
Methods inherited from INatGet::Data::Parser::Part
Constructor Details
This class inherits a constructor from INatGet::Data::Parser::Part
Instance Method Details
#parse(source) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 |
# File 'lib/inat-get/data/parsers/defs/prjdefault.rb', line 5 def parse source { members_only: false } end |