Class: Evertils::Common::Entity::Sync
- Defined in:
- lib/evertils/common/entity/sync.rb
Overview
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
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
#state ⇒ Object
5 6 7 |
# File 'lib/evertils/common/entity/sync.rb', line 5 def state @evernote.call(:getSyncState) end |