Class: Evertils::Common::Entity::Tags

Inherits:
Base show all
Defined in:
lib/evertils/common/entity/tags.rb

Overview

Since:

  • 0.3.0

Constant Summary

Constants inherited from Base

Base::REPLACEMENTS

Instance Attribute Summary

Attributes inherited from Base

#entity

Instance Method Summary collapse

Methods inherited from Base

#end_of_day, #initialize, #placeholders_for, #prop, #start_of_day, #symbolize_keys, #to_s

Methods inherited from Generic

#bytesize, #deprecation_notice, #encoding, #force_encoding, #has_required_fields, #initialize

Constructor Details

This class inherits a constructor from Evertils::Common::Entity::Base

Instance Method Details

#allObject

Since:

  • 0.3.0



5
6
7
# File 'lib/evertils/common/entity/tags.rb', line 5

def all
  @evernote.call(:listTags)
end