class Shoulda::Matchers::RailsShim::FakeAttributeType

@private

def coder

def coder
  nil
end

def initialize(model, attribute_name)

def initialize(model, attribute_name)
  @model = model
  @attribute_name = attribute_name
end