Class: Seahorse::Model::Shapes::IntegerShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::IntegerShape
 show all
    - Defined in:
- lib/seahorse/model/shapes.rb
 
  Instance Attribute Summary collapse
  
  
  
  Attributes inherited from Shape
  #documentation, #name
  
  
  
  
  
  
  Method Summary
  
  Methods inherited from Shape
  #[], #[]=, #initialize
  
    Instance Attribute Details
    
      
      
      
  
  
    #max  ⇒ Integer? 
  
  
  
  
    | 
129
130
131 | # File 'lib/seahorse/model/shapes.rb', line 129
def max
  @max
end
 | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
126
127
128 | # File 'lib/seahorse/model/shapes.rb', line 126
def min
  @min
end
 |