Method: MicroMicro::Relationship#href

Defined in:
lib/micro_micro/relationship.rb

#hrefString

The value of the node’s href attribute.

Returns:

  • (String)


32
33
34
# File 'lib/micro_micro/relationship.rb', line 32

def href
  @href ||= node["href"]
end