Class: Plotlyjs::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/plotlyjs/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



5
6
7
# File 'lib/plotlyjs/config.rb', line 5

def initialize
  @options = {}
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



3
4
5
# File 'lib/plotlyjs/config.rb', line 3

def options
  @options
end