Class: Seahorse::Model::Shapes::FloatShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::FloatShape
 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? 
  
  
  
  
    | 
153
154
155 | # File 'lib/seahorse/model/shapes.rb', line 153
def max
  @max
end | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
150
151
152 | # File 'lib/seahorse/model/shapes.rb', line 150
def min
  @min
end |