Class: Shoulda::Matchers::RailsShim::FakeAttributeType
- Inherits:
-
Object
- Object
- Shoulda::Matchers::RailsShim::FakeAttributeType
- Defined in:
- lib/shoulda/matchers/rails_shim.rb
Instance Method Summary collapse
- #coder ⇒ Object
-
#initialize(model, attribute_name) ⇒ FakeAttributeType
constructor
A new instance of FakeAttributeType.
Constructor Details
#initialize(model, attribute_name) ⇒ FakeAttributeType
Returns a new instance of FakeAttributeType.
174 175 176 177 |
# File 'lib/shoulda/matchers/rails_shim.rb', line 174 def initialize(model, attribute_name) @model = model @attribute_name = attribute_name end |
Instance Method Details
#coder ⇒ Object
179 180 181 |
# File 'lib/shoulda/matchers/rails_shim.rb', line 179 def coder nil end |