Class: Rough::Drawable

Inherits:
Struct
  • Object
show all
Defined in:
lib/rough/op.rb

Overview

The complete renderable result.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



12
13
14
# File 'lib/rough/op.rb', line 12

def options
  @options
end

#setsObject

Returns the value of attribute sets

Returns:

  • (Object)

    the current value of sets



12
13
14
# File 'lib/rough/op.rb', line 12

def sets
  @sets
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



12
13
14
# File 'lib/rough/op.rb', line 12

def shape
  @shape
end