Module: ActiveMocker::Mock::TemplateMethods::ClassMethods
- Defined in:
- lib/active_mocker/mock/template_methods.rb
Instance Method Summary collapse
- #associations ⇒ Object
- #attribute_names ⇒ Object
- #attributes ⇒ Object
- #mocked_class ⇒ Object
- #primary_key ⇒ Object
- #types ⇒ Object
Instance Method Details
#associations ⇒ Object
19 20 21 |
# File 'lib/active_mocker/mock/template_methods.rb', line 19 def associations raise Mock::Unimplemented end |
#attribute_names ⇒ Object
27 28 29 |
# File 'lib/active_mocker/mock/template_methods.rb', line 27 def attribute_names raise Mock::Unimplemented end |
#attributes ⇒ Object
11 12 13 |
# File 'lib/active_mocker/mock/template_methods.rb', line 11 def attributes raise Mock::Unimplemented end |
#mocked_class ⇒ Object
23 24 25 |
# File 'lib/active_mocker/mock/template_methods.rb', line 23 def mocked_class raise Mock::Unimplemented end |
#primary_key ⇒ Object
31 32 33 |
# File 'lib/active_mocker/mock/template_methods.rb', line 31 def primary_key raise Mock::Unimplemented end |
#types ⇒ Object
15 16 17 |
# File 'lib/active_mocker/mock/template_methods.rb', line 15 def types raise Mock::Unimplemented end |