Class: Gslide::Models::Chart
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Chart
constructor
A new instance of Chart.
Constructor Details
#initialize(options = {}) ⇒ Chart
Returns a new instance of Chart.
93 94 95 |
# File 'lib/gslide/models/spreadsheet.rb', line 93 def initialize( = {}) @id = [:chart_id] end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
91 92 93 |
# File 'lib/gslide/models/spreadsheet.rb', line 91 def id @id end |