Class: Seahorse::Model::Shapes::StringShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::StringShape
 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
    
      
      
      
  
  
    #enum  ⇒ Set<String>? 
  
  
  
  
    | 
205
206
207 | # File 'lib/seahorse/model/shapes.rb', line 205
def enum
  @enum
end | 
 
    
      
      
      
  
  
    #max  ⇒ Integer? 
  
  
  
  
    | 
211
212
213 | # File 'lib/seahorse/model/shapes.rb', line 211
def max
  @max
end | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
208
209
210 | # File 'lib/seahorse/model/shapes.rb', line 208
def min
  @min
end |