Method: MicroMicro::Relationship#title
- Defined in:
- lib/micro_micro/relationship.rb
#title ⇒ String?
The value of the node’s title attribute, if present.
92 93 94 |
# File 'lib/micro_micro/relationship.rb', line 92 def title @title ||= node["title"]&.strip end |