Class: Eco::API::UseCases::OozeSamples::OozeUpdateCase
- Inherits:
-
Common::Loaders::UseCase
- Object
- Common::BaseLoader
- Common::Loaders::UseCase
- Eco::API::UseCases::OozeSamples::OozeUpdateCase
- Defined in:
- lib/eco/api/usecases/ooze_samples/ooze_update_case.rb
Constant Summary collapse
- SAVE_PATCH =
"ooze_patch_update.json"
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#session ⇒ Object
readonly
Returns the value of attribute session.
-
#usecase ⇒ Object
readonly
Returns the value of attribute usecase.
Instance Method Summary collapse
Methods inherited from Common::Loaders::UseCase
Methods inherited from Common::BaseLoader
<=>, created_at, #initialize, #name, name_only_once!, set_created_at!
Methods included from Common::ClassHelpers
#class_resolver, #descendants, #descendants?, #inheritable_attrs, #inheritable_class_vars, #inherited, #instance_variable_name, #new_class, #resolve_class, #to_constant
Constructor Details
This class inherits a constructor from Eco::API::Common::Loaders::UseCase
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
5 6 7 |
# File 'lib/eco/api/usecases/ooze_samples/ooze_update_case.rb', line 5 def @options end |
#session ⇒ Object (readonly)
Returns the value of attribute session.
5 6 7 |
# File 'lib/eco/api/usecases/ooze_samples/ooze_update_case.rb', line 5 def session @session end |
#usecase ⇒ Object (readonly)
Returns the value of attribute usecase.
5 6 7 |
# File 'lib/eco/api/usecases/ooze_samples/ooze_update_case.rb', line 5 def usecase @usecase end |
Instance Method Details
#main(session, options, usecase) ⇒ Object
9 10 11 12 13 |
# File 'lib/eco/api/usecases/ooze_samples/ooze_update_case.rb', line 9 def main(session, , usecase) @session = session; @options = ; @usecase = usecase yield end_script! end |