Class: Vial::FixtureAnalyzer::FixtureInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/vial/fixture_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detection_methodObject (readonly)

Returns the value of attribute detection_method

Returns:

  • (Object)

    the current value of detection_method



7
8
9
# File 'lib/vial/fixture_analyzer.rb', line 7

def detection_method
  @detection_method
end

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



7
8
9
# File 'lib/vial/fixture_analyzer.rb', line 7

def file
  @file
end

#fixture_nameObject (readonly)

Returns the value of attribute fixture_name

Returns:

  • (Object)

    the current value of fixture_name



7
8
9
# File 'lib/vial/fixture_analyzer.rb', line 7

def fixture_name
  @fixture_name
end

#model_classObject (readonly)

Returns the value of attribute model_class

Returns:

  • (Object)

    the current value of model_class



7
8
9
# File 'lib/vial/fixture_analyzer.rb', line 7

def model_class
  @model_class
end

#model_nameObject (readonly)

Returns the value of attribute model_name

Returns:

  • (Object)

    the current value of model_name



7
8
9
# File 'lib/vial/fixture_analyzer.rb', line 7

def model_name
  @model_name
end

#table_nameObject (readonly)

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



7
8
9
# File 'lib/vial/fixture_analyzer.rb', line 7

def table_name
  @table_name
end