Class: Outline::Segment

Inherits:
Struct
  • Object
show all
Defined in:
lib/skrift/outline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#begObject

Returns the value of attribute beg

Returns:

  • (Object)

    the current value of beg



12
13
14
# File 'lib/skrift/outline.rb', line 12

def beg
  @beg
end

#ctrlObject

Returns the value of attribute ctrl

Returns:

  • (Object)

    the current value of ctrl



12
13
14
# File 'lib/skrift/outline.rb', line 12

def ctrl
  @ctrl
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



12
13
14
# File 'lib/skrift/outline.rb', line 12

def end
  @end
end