Class: Lax::Assertion

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

Instance Attribute Summary collapse

Instance Attribute Details

#docObject

Returns the value of attribute doc

Returns:

  • (Object)

    the current value of doc



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

def doc
  @doc
end

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



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

def exception
  @exception
end

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



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

def pass
  @pass
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end