Class: UU::OS::UseCase::UseCaseSetOptions

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/use_case/use_case_set_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) options

Data for use case options. Only JSON ("application/json") format is accepted.



9
10
11
# File 'uu_os_client-0.10.6/lib/uu/os/use_case/use_case_set_options.rb', line 9

def options
  @options
end