Class: UU::OS::Property::PropertyGetEntryList

Inherits:
REST::PagingCriteria show all
Defined in:
uu_os-0.29.16/lib/uu/os/property/property_get_entry_list.rb

Instance Attribute Summary (collapse)

Attributes inherited from REST::PagingCriteria

#page_index, #page_size

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) recursive

Flag for recursive listing. It means that if the listed property collection contains inner collections and the recursive flag is true, entries of the all inner collections are in result too. When the recursive flag is nil or false, only entries are returned exactly from the listed folder.



13
14
15
# File 'uu_os-0.29.16/lib/uu/os/property/property_get_entry_list.rb', line 13

def recursive
  @recursive
end