Class: Jade::Decode::Desc::OptField
- Inherits:
-
Data
- Object
- Data
- Jade::Decode::Desc::OptField
- Defined in:
- lib/jade/decode.rb
Instance Attribute Summary collapse
-
#inner ⇒ Object
readonly
Returns the value of attribute inner.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#inner ⇒ Object (readonly)
Returns the value of attribute inner
22 23 24 |
# File 'lib/jade/decode.rb', line 22 def inner @inner end |
#key ⇒ Object (readonly)
Returns the value of attribute key
22 23 24 |
# File 'lib/jade/decode.rb', line 22 def key @key end |