class Shoulda::Matchers::RailsShim::FakeAttributeType
@private
Attributes
Public Class Methods
Source
# File lib/shoulda/matchers/rails_shim.rb, line 178 def initialize(model, attribute_name) @model = model @attribute_name = attribute_name end
@private
# File lib/shoulda/matchers/rails_shim.rb, line 178 def initialize(model, attribute_name) @model = model @attribute_name = attribute_name end