Class: Hypermicrodata::Link

Inherits:
Property show all
Defined in:
lib/hypermicrodata/link.rb

Instance Attribute Summary

Attributes inherited from Property

#names, #rels, #value

Instance Method Summary collapse

Methods inherited from Property

#initialize, #item, #item?, #submit_button?

Constructor Details

This class inherits a constructor from Hypermicrodata::Property

Instance Method Details

#link?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/hypermicrodata/link.rb', line 3

def link?
  true
end