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