Class: ParsingUtils::IdentityParser

Inherits:
Object
  • Object
show all
Defined in:
lib/parsing_utils.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.supported_mime_typesObject

Returns the value of attribute supported_mime_types.



58
59
60
# File 'lib/parsing_utils.rb', line 58

def supported_mime_types
  @supported_mime_types
end

Class Method Details

.default_mime_typeObject



61
62
63
# File 'lib/parsing_utils.rb', line 61

def default_mime_type
  'text/plain'
end

.dependenciesObject



59
60
# File 'lib/parsing_utils.rb', line 59

def dependencies
end

.dump(object, options = {}) ⇒ Object



64
65
66
# File 'lib/parsing_utils.rb', line 64

def dump(object, options = {})
  object
end

.load(object, options = {}) ⇒ Object



67
68
69
# File 'lib/parsing_utils.rb', line 67

def load(object, options = {})
  object
end