Class: UU::ObjectStore::ObjectSchema::ObjectSchemaGetSchemaList

Inherits:
UU::OS::REST::DTO show all
Defined in:
uu_objectstore-0.6.5/lib/uu/object_store/object_schema/object_schema_get_schema_list.rb

Overview

DTO with criteria for listing of existing object schemas.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from UU::OS::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

- (Fixnum) page_index

Result list page index. Attribute is optional, defaults to 0.

Returns:

  • (Fixnum)


12
13
14
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_schema/object_schema_get_schema_list.rb', line 12

def page_index
  @page_index
end

- (Fixnum) page_size

Result list page size. Attribute is optional, default to value defined by server.

Returns:

  • (Fixnum)


16
17
18
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_schema/object_schema_get_schema_list.rb', line 16

def page_size
  @page_size
end