Class: Evertils::Common::Entity::Sync

Inherits:
Base show all
Defined in:
lib/evertils/common/entity/sync.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

#stateObject

Since:

  • 0.3.0



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

def state
  @evernote.call(:getSyncState)
end