# File lib/tramp/attribute_methods.rb, line 66 def attribute_method?(name) @attributes.include?(name.to_sym) || model_attributes[name.to_sym] end