Class: Vivlio::Starter::CLI::Metrics::LiveDisplay::Entry
- Inherits:
-
Struct
- Object
- Struct
- Vivlio::Starter::CLI::Metrics::LiveDisplay::Entry
- Defined in:
- lib/vivlio/starter/cli/metrics/live_display.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
Returns the value of attribute analysis.
-
#path ⇒ Object
Returns the value of attribute path.
-
#placeholder ⇒ Object
Returns the value of attribute placeholder.
Instance Attribute Details
#analysis ⇒ Object
Returns the value of attribute analysis
9 10 11 |
# File 'lib/vivlio/starter/cli/metrics/live_display.rb', line 9 def analysis @analysis end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/vivlio/starter/cli/metrics/live_display.rb', line 9 def path @path end |
#placeholder ⇒ Object
Returns the value of attribute placeholder
9 10 11 |
# File 'lib/vivlio/starter/cli/metrics/live_display.rb', line 9 def placeholder @placeholder end |