Class: Vial::FixtureAnalyzer::FixtureInfo
- Inherits:
-
Data
- Object
- Data
- Vial::FixtureAnalyzer::FixtureInfo
- Defined in:
- lib/vial/fixture_analyzer.rb
Instance Attribute Summary collapse
-
#detection_method ⇒ Object
readonly
Returns the value of attribute detection_method.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#fixture_name ⇒ Object
readonly
Returns the value of attribute fixture_name.
-
#model_class ⇒ Object
readonly
Returns the value of attribute model_class.
-
#model_name ⇒ Object
readonly
Returns the value of attribute model_name.
-
#table_name ⇒ Object
readonly
Returns the value of attribute table_name.
Instance Attribute Details
#detection_method ⇒ Object (readonly)
Returns the value of attribute detection_method
7 8 9 |
# File 'lib/vial/fixture_analyzer.rb', line 7 def detection_method @detection_method end |
#file ⇒ Object (readonly)
Returns the value of attribute file
7 8 9 |
# File 'lib/vial/fixture_analyzer.rb', line 7 def file @file end |
#fixture_name ⇒ Object (readonly)
Returns the value of attribute fixture_name
7 8 9 |
# File 'lib/vial/fixture_analyzer.rb', line 7 def fixture_name @fixture_name end |
#model_class ⇒ Object (readonly)
Returns the value of attribute model_class
7 8 9 |
# File 'lib/vial/fixture_analyzer.rb', line 7 def model_class @model_class end |
#model_name ⇒ Object (readonly)
Returns the value of attribute model_name
7 8 9 |
# File 'lib/vial/fixture_analyzer.rb', line 7 def model_name @model_name end |
#table_name ⇒ Object (readonly)
Returns the value of attribute table_name
7 8 9 |
# File 'lib/vial/fixture_analyzer.rb', line 7 def table_name @table_name end |