class Shoulda::Matchers::RailsShim::FakeAttributeType
@private
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 178 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 183 def coder nil end