Class: PacTrac::Err

Inherits:
Struct
  • Object
show all
Defined in:
lib/pactrac/err.rb

Instance Attribute Summary collapse

Instance Attribute Details

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



2
3
4
# File 'lib/pactrac/err.rb', line 2

def msg
  @msg
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



2
3
4
# File 'lib/pactrac/err.rb', line 2

def valid
  @valid
end