Module: Jacoat

Defined in:
lib/jacoat.rb,
lib/jacoat/version.rb,
lib/jacoat/detector.rb,
lib/jacoat/document.rb,
lib/jacoat/document/data.rb,
lib/jacoat/document/link.rb,
lib/jacoat/document/meta.rb,
lib/jacoat/document/error.rb,
lib/jacoat/document/jsonapi.rb,
lib/jacoat/document/included.rb,
lib/jacoat/document/resource.rb,
lib/jacoat/document/attribute.rb,
lib/jacoat/document/relationship.rb,
lib/jacoat/document/resource_identifier.rb

Defined Under Namespace

Modules: Detector Classes: Document

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#from_hash(hash, options) ⇒ Object



11
12
# File 'lib/jacoat.rb', line 11

def from_hash(hash, options)
end

#to_hash(options) ⇒ Object

Your code goes here…



8
9
# File 'lib/jacoat.rb', line 8

def to_hash(options)
end