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.
75 76 77 |
# File 'lib/gslide/models/spreadsheet.rb', line 75 def initialize( = {}) @id = [:chart_id] end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
73 74 75 |
# File 'lib/gslide/models/spreadsheet.rb', line 73 def id @id end |