Class: Jade::Decode::Desc::FromString
- Inherits:
-
Data
- Object
- Data
- Jade::Decode::Desc::FromString
- Includes:
- Node
- Defined in:
- lib/jade/decode.rb
Overview
parse returns the value, or nil when the text is malformed.
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#parse ⇒ Object
readonly
Returns the value of attribute parse.
Instance Method Summary collapse
Methods included from Node
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
249 250 251 |
# File 'lib/jade/decode.rb', line 249 def label @label end |
#parse ⇒ Object (readonly)
Returns the value of attribute parse
249 250 251 |
# File 'lib/jade/decode.rb', line 249 def parse @parse end |