Class: Highcharts::Title

Inherits:
Base
  • Object
show all
Defined in:
lib/highcharts/title.rb

Instance Attribute Summary

Attributes inherited from Base

#default, #options, #skip_quotation, #suboptions

Instance Method Summary collapse

Methods inherited from Base

#check_quotation, #inspect, #to_json

Constructor Details

#initialize(opts = {}) ⇒ Title

Returns a new instance of Title.



4
5
6
7
# File 'lib/highcharts/title.rb', line 4

def initialize(opts = {})
  @default = :text
  super
end