module DataMapper::Resource
Public Instance Methods
has_attribute?(name)
click to toggle source
# File lib/datamapper4rails/rspec.rb, line 4 def has_attribute?(name) properties[name] != nil end
# File lib/datamapper4rails/rspec.rb, line 4 def has_attribute?(name) properties[name] != nil end