Class: Jade::Decode::AtField
- Inherits:
-
Data
- Object
- Data
- Jade::Decode::AtField
- Defined in:
- lib/jade/decode.rb
Instance Attribute Summary collapse
-
#_1 ⇒ Object
readonly
Returns the value of attribute _1.
-
#_2 ⇒ Object
readonly
Returns the value of attribute _2.
Instance Attribute Details
#_1 ⇒ Object (readonly)
Returns the value of attribute _1
7 8 9 |
# File 'lib/jade/decode.rb', line 7
def _1
@_1
end
|
#_2 ⇒ Object (readonly)
Returns the value of attribute _2
7 8 9 |
# File 'lib/jade/decode.rb', line 7
def _2
@_2
end
|