Class: VectorSalad::StandardShapes::Union
- Inherits:
- 
      Clip
      
        - Object
- BasicShape
- Clip
- VectorSalad::StandardShapes::Union
 
- Defined in:
- lib/vector_salad/standard_shapes/union.rb
Overview
Unite the contained shapes.
Instance Attribute Summary (collapse)
- 
  
    
      - (Object) options 
    
    
  
  
    
      inherited
      from BasicShape
    
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute options. 
Instance Method Summary (collapse)
- 
  
    
      - (Union) initialize(**options, &block) 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    The first path is used as the subject, subsequent paths are united with the first. 
Constructor Details
- (Union) initialize(**options, &block)
The first path is used as the subject, subsequent paths are united with the first.
| 21 22 23 | # File 'lib/vector_salad/standard_shapes/union.rb', line 21 def initialize(**, &block) super(:union, **, &block) end | 
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class VectorSalad::DSL
Instance Attribute Details
- (Object) options Originally defined in class BasicShape
Returns the value of attribute options