Class: Spud::BuildTools::SpudBuild::RuleContext::ShOut

Inherits:
Struct
  • Object
show all
Defined in:
lib/build_tools/spud/rule_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



61
62
63
# File 'lib/build_tools/spud/rule_context.rb', line 61

def output
  @output
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



61
62
63
# File 'lib/build_tools/spud/rule_context.rb', line 61

def status
  @status
end