Module: Resync::Client::Mixins::PlainList
- Included in:
- Resync::ChangeList, ResourceList
- Defined in:
- lib/resync/client/mixins/plain_list.rb
Overview
A resource container whose resources are not, themselves, resource containers
Instance Method Summary collapse
-
#all_resources ⇒ Enumerator::Lazy<Resync::Resource>
Delegates to BaseResourceList#resources for interoperation with ListIndex#all_resources.
Instance Method Details
#all_resources ⇒ Enumerator::Lazy<Resync::Resource>
Delegates to BaseResourceList#resources for interoperation with ListIndex#all_resources.
11 12 13 |
# File 'lib/resync/client/mixins/plain_list.rb', line 11 def all_resources resources.lazy end |