Class: CF::FinalOutput
- Inherits:
-
Object
- Object
- CF::FinalOutput
- Includes:
- Client
- Defined in:
- lib/cf/final_output.rb
Instance Attribute Summary (collapse)
-
- (Object) final_output
Returns the value of attribute final_output.
-
- (Object) final_outputs
Returns the value of attribute final_outputs.
-
- (Object) output
Returns the value of attribute output.
-
- (Object) unit_id
Returns the value of attribute unit_id.
Instance Attribute Details
- (Object) final_output
Returns the value of attribute final_output
4 5 6 |
# File 'lib/cf/final_output.rb', line 4 def final_output @final_output end |
- (Object) final_outputs
Returns the value of attribute final_outputs
4 5 6 |
# File 'lib/cf/final_output.rb', line 4 def final_outputs @final_outputs end |
- (Object) output
Returns the value of attribute output
4 5 6 |
# File 'lib/cf/final_output.rb', line 4 def output @output end |
- (Object) unit_id
Returns the value of attribute unit_id
4 5 6 |
# File 'lib/cf/final_output.rb', line 4 def unit_id @unit_id end |