Class: Vizcore::DSL::TimelineBuilder::Point
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::DSL::TimelineBuilder::Point
- Defined in:
- lib/vizcore/dsl/timeline_builder.rb
Instance Attribute Summary collapse
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ Object
Returns the value of attribute unit
9 10 11 |
# File 'lib/vizcore/dsl/timeline_builder.rb', line 9 def unit @unit end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/vizcore/dsl/timeline_builder.rb', line 9 def value @value end |