Class: Vizcore::Shape::Definition
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::Shape::Definition
- Defined in:
- lib/vizcore/shape.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#renderer ⇒ Object
Returns the value of attribute renderer.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/vizcore/shape.rb', line 8 def name @name end |
#renderer ⇒ Object
Returns the value of attribute renderer
8 9 10 |
# File 'lib/vizcore/shape.rb', line 8 def renderer @renderer end |