Class: MuxTf::TerraformHelpers::ResultStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/mux_tf/terraform_helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



8
9
10
# File 'lib/mux_tf/terraform_helpers.rb', line 8

def output
  @output
end

#parsed_outputObject

Returns the value of attribute parsed_output

Returns:

  • (Object)

    the current value of parsed_output



8
9
10
# File 'lib/mux_tf/terraform_helpers.rb', line 8

def parsed_output
  @parsed_output
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of success?



8
9
10
# File 'lib/mux_tf/terraform_helpers.rb', line 8

def success?
  @success?
end