Class: JsonSchema::Schema::Link

Inherits:
Object
  • Object
show all
Defined in:
lib/json_schema-cromulent_links.rb

Instance Method Summary collapse

Instance Method Details

#cromulent?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/json_schema-cromulent_links.rb', line 11

def cromulent?
  href && method && title
end