Class: Stella::Engine::Load::ThreadPackage
- Inherits:
-
Object
- Object
- Stella::Engine::Load::ThreadPackage
- Defined in:
- lib/stella/engine/load.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#index ⇒ Object
Returns the value of attribute index.
-
#usecase ⇒ Object
Returns the value of attribute usecase.
Instance Method Summary collapse
-
#initialize(i, c, u) ⇒ ThreadPackage
constructor
A new instance of ThreadPackage.
Constructor Details
#initialize(i, c, u) ⇒ ThreadPackage
Returns a new instance of ThreadPackage.
71 72 73 |
# File 'lib/stella/engine/load.rb', line 71 def initialize(i, c, u) @index, @client, @usecase = i, c, u end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
69 70 71 |
# File 'lib/stella/engine/load.rb', line 69 def client @client end |
#index ⇒ Object
Returns the value of attribute index.
68 69 70 |
# File 'lib/stella/engine/load.rb', line 68 def index @index end |
#usecase ⇒ Object
Returns the value of attribute usecase.
70 71 72 |
# File 'lib/stella/engine/load.rb', line 70 def usecase @usecase end |