Class: Seahorse::Model::Shapes::MapShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::MapShape
 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 
  
  
  
  
    | 
198
199
200 | # File 'lib/seahorse/model/shapes.rb', line 198
def flattened
  @flattened
end | 
 
    
      
      
      
  
  
    | 
186
187
188 | # File 'lib/seahorse/model/shapes.rb', line 186
def key
  @key
end | 
 
    
      
      
      
  
  
    #max  ⇒ Integer? 
  
  
  
  
    | 
195
196
197 | # File 'lib/seahorse/model/shapes.rb', line 195
def max
  @max
end | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
192
193
194 | # File 'lib/seahorse/model/shapes.rb', line 192
def min
  @min
end | 
 
    
      
      
      
  
  
    | 
189
190
191 | # File 'lib/seahorse/model/shapes.rb', line 189
def value
  @value
end |