Class: UU::OS::UseCaseLog::UseCaseLogGetRecordList

Inherits:
REST::PagingCriteria show all
Defined in:
uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_list.rb

Overview

See Also:

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) end_date



20
21
22
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_list.rb', line 20

def end_date
  @end_date
end

- (Object) start_date



17
18
19
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_list.rb', line 17

def start_date
  @start_date
end