Module: VCR::Archive::Serializer
Instance Method Summary collapse
Instance Method Details
#deserialize(hash) ⇒ Object
19 20 21 |
# File 'lib/vcr/archive.rb', line 19 def deserialize(hash) hash end |
#file_extension ⇒ Object
11 12 13 |
# File 'lib/vcr/archive.rb', line 11 def file_extension 'archive' end |
#serialize(hash) ⇒ Object
15 16 17 |
# File 'lib/vcr/archive.rb', line 15 def serialize(hash) hash end |