Class: Jade::Decode::Desc::RecordField
- Inherits:
-
Data
- Object
- Data
- Jade::Decode::Desc::RecordField
- 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.
-
#sym ⇒ Object
readonly
Returns the value of attribute sym.
Instance Attribute Details
#inner ⇒ Object (readonly)
Returns the value of attribute inner
184 185 186 |
# File 'lib/jade/decode.rb', line 184 def inner @inner end |
#key ⇒ Object (readonly)
Returns the value of attribute key
184 185 186 |
# File 'lib/jade/decode.rb', line 184 def key @key end |
#sym ⇒ Object (readonly)
Returns the value of attribute sym
184 185 186 |
# File 'lib/jade/decode.rb', line 184 def sym @sym end |