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.
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
#coder ⇒ Object
183 184 185 |
# File 'lib/shoulda/matchers/rails_shim.rb', line 183 def coder nil end |