Method: FsApi::Service::BaseService#command_class=
- Defined in:
- lib/fs_api/service/base_service.rb
#command_class=(value) ⇒ Object (writeonly)
Sets the attribute command_class
4 5 6 |
# File 'lib/fs_api/service/base_service.rb', line 4 def command_class=(value) @command_class = value end |