Class: Seafoam::Formatters::Base::ListFormatter::Entry
- Inherits:
-
Struct
- Object
- Struct
- Seafoam::Formatters::Base::ListFormatter::Entry
- Defined in:
- lib/seafoam/formatters/base.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#graph_name_components ⇒ Object
Returns the value of attribute graph_name_components.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
71 72 73 |
# File 'lib/seafoam/formatters/base.rb', line 71 def file @file end |
#graph_name_components ⇒ Object
Returns the value of attribute graph_name_components
71 72 73 |
# File 'lib/seafoam/formatters/base.rb', line 71 def graph_name_components @graph_name_components end |
#index ⇒ Object
Returns the value of attribute index
71 72 73 |
# File 'lib/seafoam/formatters/base.rb', line 71 def index @index end |