Class: Vizcore::DSL::TimelineBuilder::Point

Inherits:
Struct
  • Object
show all
Defined in:
lib/vizcore/dsl/timeline_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



9
10
11
# File 'lib/vizcore/dsl/timeline_builder.rb', line 9

def unit
  @unit
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/vizcore/dsl/timeline_builder.rb', line 9

def value
  @value
end