Class: Evernote::EDAM::Type::Tag
- Inherits:
-
Object
- Object
- Evernote::EDAM::Type::Tag
- Defined in:
- lib/evernote/edam/type/tag.rb
Instance Method Summary collapse
-
#parent ⇒ Evernote::EDAM::Type::Tag
Returns the tag that holds this tag within the tag organizational hierarchy.
Instance Method Details
#parent ⇒ Evernote::EDAM::Type::Tag
Returns the tag that holds this tag within the tag organizational hierarchy.
9 10 11 |
# File 'lib/evernote/edam/type/tag.rb', line 9 def parent @parent ||= note_store.getTag(parentGuid) if parentGuid end |