Class: Fitlibrary::Specify::ColumnFixtureUnderTestWithArgs
- Inherits:
-
Fit::ColumnFixture
- Object
- Fit::Fixture
- Fit::ColumnFixture
- Fitlibrary::Specify::ColumnFixtureUnderTestWithArgs
- Defined in:
- lib/fitlibrary/specify/column_fixture_under_test_with_args.rb
Constant Summary
Constants inherited from Fit::Fixture
Fit::Fixture::GRAY, Fit::Fixture::GREEN, Fit::Fixture::RED, Fit::Fixture::YELLOW
Instance Attribute Summary collapse
-
#third ⇒ Object
Returns the value of attribute third.
Attributes inherited from Fit::Fixture
#args, #counts, #listener, #summary
Instance Method Summary collapse
Methods inherited from Fit::ColumnFixture
#check, #do_cell, #do_row, #do_rows, #execute, #reset
Methods inherited from Fit::Fixture
camel, #check, #do_cell, #do_cells, #do_row, #do_rows, #do_table, #do_tables, #error, escape, #exception, #find_class, #fixture_name, #get_args_for_table, #get_linked_fixture_with_args, gray, #ignore, #info, #initialize, #interpret_following_tables, #interpret_tables, label, metadata, #parse, #right, #total_errors, #totals, #wrong
Constructor Details
This class inherits a constructor from Fit::Fixture
Instance Attribute Details
#third ⇒ Object
Returns the value of attribute third.
10 11 12 |
# File 'lib/fitlibrary/specify/column_fixture_under_test_with_args.rb', line 10 def third @third end |
Instance Method Details
#sum ⇒ Object
11 12 13 |
# File 'lib/fitlibrary/specify/column_fixture_under_test_with_args.rb', line 11 def sum @args[0].to_i + @args[1].to_i + @third end |