Module: Mapricot
- Defined in:
- lib/mapricot.rb,
lib/mapricot/base.rb,
lib/mapricot/attribute.rb,
lib/mapricot/abstract_doc.rb,
lib/mapricot/associations.rb
Defined Under Namespace
Classes: AbstractDoc, AbstractNode, AbstractNodeList, Association, Attribute, Base, HasManyAssociation, HasOneAssociation
Constant Summary collapse
- VERSION =
"0.0.4"
Class Attribute Summary collapse
-
.parser ⇒ Object
Returns the value of attribute parser.
Class Attribute Details
.parser ⇒ Object
Returns the value of attribute parser.
8 9 10 |
# File 'lib/mapricot/abstract_doc.rb', line 8 def parser @parser end |