Module: ActiveMocker::Mock::TemplateMethods::ClassMethods

Defined in:
lib/active_mocker/mock/template_methods.rb

Instance Method Summary collapse

Instance Method Details

#associationsObject



19
20
21
# File 'lib/active_mocker/mock/template_methods.rb', line 19

def associations
  raise Mock::Unimplemented
end

#attribute_namesObject



27
28
29
# File 'lib/active_mocker/mock/template_methods.rb', line 27

def attribute_names
  raise Mock::Unimplemented
end

#attributesObject



11
12
13
# File 'lib/active_mocker/mock/template_methods.rb', line 11

def attributes
  raise Mock::Unimplemented
end

#mocked_classObject



23
24
25
# File 'lib/active_mocker/mock/template_methods.rb', line 23

def mocked_class
  raise Mock::Unimplemented
end

#primary_keyObject



31
32
33
# File 'lib/active_mocker/mock/template_methods.rb', line 31

def primary_key
  raise Mock::Unimplemented
end

#typesObject



15
16
17
# File 'lib/active_mocker/mock/template_methods.rb', line 15

def types
  raise Mock::Unimplemented
end