Class: Sevgi::Graphics::Mixtures::Render::Renderer::Inlines::Mark Private
- Inherits:
-
Struct
- Object
- Struct
- Sevgi::Graphics::Mixtures::Render::Renderer::Inlines::Mark
- Defined in:
- lib/sevgi/graphics/mixtures/render.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Inline mark with start, stop, and depth.
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
103 104 105 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 103 def depth @depth end |
#start ⇒ Object
Returns the value of attribute start
103 104 105 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 103 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop
103 104 105 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 103 def stop @stop end |