Class: Videojuicer::Resource::Types::Options

Inherits:
Base
  • Object
show all
Defined in:
lib/videojuicer/resource/types.rb

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#initialize, load

Constructor Details

This class inherits a constructor from Videojuicer::Resource::Types::Base

Instance Method Details

#dumpObject



21
22
23
# File 'lib/videojuicer/resource/types.rb', line 21

def dump
  JSON.dump(raw)
end