Class: Vangrail::Tools::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



44
45
46
# File 'lib/vangrail/tools.rb', line 44

def handler
  @handler
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



44
45
46
# File 'lib/vangrail/tools.rb', line 44

def output
  @output
end

#readonlyObject

Returns the value of attribute readonly

Returns:

  • (Object)

    the current value of readonly



44
45
46
# File 'lib/vangrail/tools.rb', line 44

def readonly
  @readonly
end

#transactionObject

Returns the value of attribute transaction

Returns:

  • (Object)

    the current value of transaction



44
45
46
# File 'lib/vangrail/tools.rb', line 44

def transaction
  @transaction
end