Class: Sevgi::Graphics::Mixtures::Render::Renderer::Inlines::Mark Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



95
96
97
# File 'lib/sevgi/graphics/mixtures/render.rb', line 95

def depth
  @depth
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



95
96
97
# File 'lib/sevgi/graphics/mixtures/render.rb', line 95

def start
  @start
end

#stopObject

Returns the value of attribute stop

Returns:

  • (Object)

    the current value of stop



95
96
97
# File 'lib/sevgi/graphics/mixtures/render.rb', line 95

def stop
  @stop
end