Class: Resync::ChangeList
- Inherits:
-
Object
- Object
- Resync::ChangeList
- Includes:
- Resync::Client::Mixins::PlainList
- Defined in:
- lib/resync/client/mixins/plain_list.rb,
lib/resync/client/mixins/change_index.rb
Instance Method Summary collapse
-
#all_changes(of_type: nil, in_range: nil) ⇒ Enumerator::Lazy<Resource>
Delegates to ChangeList#changes for interoperation with #all_changes.
Methods included from Resync::Client::Mixins::PlainList
Instance Method Details
#all_changes(of_type: nil, in_range: nil) ⇒ Enumerator::Lazy<Resource>
Delegates to ChangeList#changes for interoperation with #all_changes.
44 45 46 |
# File 'lib/resync/client/mixins/change_index.rb', line 44 def all_changes(of_type: nil, in_range: nil) changes(of_type: of_type, in_range: in_range).lazy end |