Class: Plotlyrb::PlotImage::SpecPath
- Inherits:
-
Struct
- Object
- Struct
- Plotlyrb::PlotImage::SpecPath
- Defined in:
- lib/plotlyrb/plot_image.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
30 31 32 |
# File 'lib/plotlyrb/plot_image.rb', line 30 def path @path end |
#spec ⇒ Object
Returns the value of attribute spec
30 31 32 |
# File 'lib/plotlyrb/plot_image.rb', line 30 def spec @spec end |