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