Module: Muve::Store::Formatter
Instance Method Summary collapse
Methods included from Helper
Instance Method Details
#convert_from_storeable_object(storeable) ⇒ Object
24 25 26 |
# File 'lib/muve/store.rb', line 24 def convert_from_storeable_object(storeable) 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 |