Class: Seafoam::Formatters::Base::ListFormatter::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/seafoam/formatters/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



71
72
73
# File 'lib/seafoam/formatters/base.rb', line 71

def file
  @file
end

#graph_name_componentsObject

Returns the value of attribute graph_name_components

Returns:

  • (Object)

    the current value of graph_name_components



71
72
73
# File 'lib/seafoam/formatters/base.rb', line 71

def graph_name_components
  @graph_name_components
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



71
72
73
# File 'lib/seafoam/formatters/base.rb', line 71

def index
  @index
end