Class: Plotlyrb::PlotImage::AsyncJobResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/plotlyrb/plot_image.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



31
32
33
# File 'lib/plotlyrb/plot_image.rb', line 31

def message
  @message
end

#spec_pathObject

Returns the value of attribute spec_path

Returns:

  • (Object)

    the current value of spec_path



31
32
33
# File 'lib/plotlyrb/plot_image.rb', line 31

def spec_path
  @spec_path
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



31
32
33
# File 'lib/plotlyrb/plot_image.rb', line 31

def success
  @success
end