class Gen::Migration::HabitatSettings
  
  
  Defined in:
avram/tasks/gen/migration.crClass Method Summary
- .io : IO
 - .io=(value : IO)
 - 
        .io?
        
          
Used for checking missing settings on non-nilable types It's advised to use io in your apps to ensure the propper type is checked.
 - 
        .to_h
        
          
Generates a hash using the provided values
 
Instance methods inherited from class Object
  
  
    
      blank_for_validates_required? : Bool
    blank_for_validates_required?
    
  
    
    
  
Class Method Detail
        
        def self.io?
        #
      
      
        Used for checking missing settings on non-nilable types It's advised to use io in your apps to ensure the propper type is checked.