Class: Jade::Decode::Desc::AndThen
- Inherits:
-
Data
- Object
- Data
- Jade::Decode::Desc::AndThen
- Defined in:
- lib/jade/decode.rb
Instance Attribute Summary collapse
-
#d ⇒ Object
readonly
Returns the value of attribute d.
-
#fn ⇒ Object
readonly
Returns the value of attribute fn.
Instance Attribute Details
#d ⇒ Object (readonly)
Returns the value of attribute d
32 33 34 |
# File 'lib/jade/decode.rb', line 32 def d @d end |
#fn ⇒ Object (readonly)
Returns the value of attribute fn
32 33 34 |
# File 'lib/jade/decode.rb', line 32 def fn @fn end |