class ActiveRecordAnalyzer::Attribute::Simple
Public Class Methods
association?()
click to toggle source
# File lib/active_record_analyzer/attribute/simple.rb, line 2 def self.association? false end
has_many?()
click to toggle source
# File lib/active_record_analyzer/attribute/simple.rb, line 10 def self.has_many? false end
one_to_many?()
click to toggle source
# File lib/active_record_analyzer/attribute/simple.rb, line 14 def self.one_to_many? false end
simple_attribute?()
click to toggle source
# File lib/active_record_analyzer/attribute/simple.rb, line 6 def self.simple_attribute? true end