Class: Seahorse::Model::Shapes::BlobShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::BlobShape
 show all
    - Defined in:
- lib/seahorse/model/shapes.rb
 
  Instance Attribute Summary collapse
  
  
  
  Attributes inherited from Shape
  #documentation, #name, #union
  
  
  
  
  
  
  Method Summary
  
  Methods inherited from Shape
  #[], #[]=, #initialize
  
    Instance Attribute Details
    
      
      
      
  
  
    #max  ⇒ Integer? 
  
  
  
  
    | 
141
142
143 | # File 'lib/seahorse/model/shapes.rb', line 141
def max
  @max
end | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
138
139
140 | # File 'lib/seahorse/model/shapes.rb', line 138
def min
  @min
end |