Base model for all other models.
Sections
    
  
  
  
    
    Methods
    
  
  
    
    Included Modules
    - Hashie::Extensions::Dash::IndifferentAccess
- Hashie::Extensions::Dash::Coercion
Class Public methods
      
        
            
              property_ignored?(property)
            
            Link
          
          
            Source: show
# File lib/plaid/models.rb, line 12 def self.property_ignored?(property) if defined? @ignored_properties @ignored_properties.include?(property) else false end end
        Internal
      
    
    
    
    
    
    
    
      Instance Public methods