Class: Sevgi::Graphics::Mixtures::Render::Renderer::Inlines::Mark
- Inherits:
-
Struct
- Object
- Struct
- Sevgi::Graphics::Mixtures::Render::Renderer::Inlines::Mark
- Defined in:
- lib/sevgi/graphics/mixtures/render.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stop ⇒ Object
Returns the value of attribute stop.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
53 54 55 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 53 def depth @depth end |
#start ⇒ Object
Returns the value of attribute start
53 54 55 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 53 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop
53 54 55 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 53 def stop @stop end |