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



15
16
17
# File 'lib/vangrail/tools.rb', line 15

def handler
  @handler
end

#readonlyObject

Returns the value of attribute readonly

Returns:

  • (Object)

    the current value of readonly



15
16
17
# File 'lib/vangrail/tools.rb', line 15

def readonly
  @readonly
end