Class: UU::OS::UseCase::UseCaseGetOptions

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/use_case/use_case_get_options.rb

Instance Attribute Summary (collapse)

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

Type of use case options. When null is set, the JSON value is used.



14
15
16
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_get_options.rb', line 14

def requested_mime_type
  @requested_mime_type
end

- (Object) summed

When summed is true, the command returns summed options from the meta use case realization, use case realization and use case. Otherwise the commandreturns use case options only.



11
12
13
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_get_options.rb', line 11

def summed
  @summed
end