Class: MuxTf::TerraformHelpers::ResultStruct
- Inherits:
-
Struct
- Object
- Struct
- MuxTf::TerraformHelpers::ResultStruct
- Defined in:
- lib/mux_tf/terraform_helpers.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#parsed_output ⇒ Object
Returns the value of attribute parsed_output.
-
#status ⇒ Object
Returns the value of attribute status.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/mux_tf/terraform_helpers.rb', line 8 def output @output end |
#parsed_output ⇒ Object
Returns the value of attribute parsed_output
8 9 10 |
# File 'lib/mux_tf/terraform_helpers.rb', line 8 def parsed_output @parsed_output end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/mux_tf/terraform_helpers.rb', line 8 def status @status end |
#success? ⇒ Object
Returns the value of attribute success?
8 9 10 |
# File 'lib/mux_tf/terraform_helpers.rb', line 8
def success?
@success?
end
|