Class: Velocity::MappedRow
- Inherits:
-
Object
- Object
- Velocity::MappedRow
- Defined in:
- lib/velocity/mapped_row.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#tuple ⇒ Object
Returns the value of attribute tuple.
Instance Method Summary collapse
Instance Attribute Details
#tuple ⇒ Object
Returns the value of attribute tuple.
3 4 5 |
# File 'lib/velocity/mapped_row.rb', line 3 def tuple @tuple end |
Instance Method Details
#inspect ⇒ Object
5 6 7 |
# File 'lib/velocity/mapped_row.rb', line 5 def inspect "#Velocity::MappedRow --> #{attributes.inspect}" end |