class Shoulda::Matchers::RailsShim::FakeAttributeType

Attributes

attribute_name[R]
model[R]

Public Class Methods

new(model, attribute_name) click to toggle source
# File lib/shoulda/matchers/rails_shim.rb, line 212
def initialize(model, attribute_name)
  @model = model
  @attribute_name = attribute_name
end

Public Instance Methods

coder() click to toggle source
# File lib/shoulda/matchers/rails_shim.rb, line 217
def coder
  nil
end