Class: Evernote::EDAM::Type::Tag

Inherits:
Object
  • Object
show all
Defined in:
lib/evernote/edam/type/tag.rb

Instance Method Summary collapse

Instance Method Details

#parentEvernote::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