Method: MicroMicro::Relationship#href
- Defined in:
- lib/micro_micro/relationship.rb
#href ⇒ String
The value of the node’s href attribute.
32 33 34 |
# File 'lib/micro_micro/relationship.rb', line 32 def href @href ||= node["href"] end |