Class: Velocity::MappedRow

Inherits:
Object
  • Object
show all
Defined in:
lib/velocity/mapped_row.rb

Direct Known Subclasses

PostgreSQLResult::PostgreSQLMappedRow

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#tupleObject

Returns the value of attribute tuple.



3
4
5
# File 'lib/velocity/mapped_row.rb', line 3

def tuple
  @tuple
end

Instance Method Details

#inspectObject



5
6
7
# File 'lib/velocity/mapped_row.rb', line 5

def inspect
  "#Velocity::MappedRow --> #{attributes.inspect}"
end