Module: Muve::Store::Formatter
Instance Method Summary collapse
- #convert_from_storeable_object(storeable, klass = nil) ⇒ Object
- #convert_to_storeable_object(resource) ⇒ Object
Methods included from Helper
Instance Method Details
#convert_from_storeable_object(storeable, klass = nil) ⇒ Object
24 25 26 |
# File 'lib/muve/store.rb', line 24 def convert_from_storeable_object(storeable, klass=nil) raise IncompleteImplementation, "convertor from storeable needed" end |
#convert_to_storeable_object(resource) ⇒ Object
20 21 22 |
# File 'lib/muve/store.rb', line 20 def convert_to_storeable_object(resource) raise IncompleteImplementation, "convertor to storeable needed" end |