Class: Seahorse::Model::Shapes::ListShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::ListShape
 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
    
      
      
      
  
  
    #flattened  ⇒ Boolean 
  
  
  
  
    | 
179
180
181 | # File 'lib/seahorse/model/shapes.rb', line 179
def flattened
  @flattened
end | 
 
    
      
      
      
  
  
    #max  ⇒ Integer? 
  
  
  
  
    | 
176
177
178 | # File 'lib/seahorse/model/shapes.rb', line 176
def max
  @max
end | 
 
    
      
      
      
  
  
    | 
170
171
172 | # File 'lib/seahorse/model/shapes.rb', line 170
def member
  @member
end | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
173
174
175 | # File 'lib/seahorse/model/shapes.rb', line 173
def min
  @min
end |