Class: Sequel::Fixture::Table
- Inherits:
-
Object
- Object
- Sequel::Fixture::Table
- Defined in:
- lib/sequel-fixture/table.rb
Overview
Description
Class which represents the actual fixture data in a table
Instance Method Summary collapse
- #[](row) ⇒ Object
-
#initialize(data) ⇒ Table
constructor
A new instance of Table.
- #rows ⇒ Object
Constructor Details
#initialize(data) ⇒ Table
Returns a new instance of Table.
9 10 11 |
# File 'lib/sequel-fixture/table.rb', line 9 def initialize(data) @data = data end |