Class: Shoulda::Matchers::RailsShim::FakeAttributeType

Inherits:
Object
  • Object
show all
Defined in:
lib/shoulda/matchers/rails_shim.rb

Instance Method Summary collapse

Constructor Details

#initialize(model, attribute_name) ⇒ FakeAttributeType

Returns a new instance of FakeAttributeType.



178
179
180
181
# File 'lib/shoulda/matchers/rails_shim.rb', line 178

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

Instance Method Details

#coderObject



183
184
185
# File 'lib/shoulda/matchers/rails_shim.rb', line 183

def coder
  nil
end