Class: Vangrail::Tools::Entry
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Tools::Entry
- Defined in:
- lib/vangrail/tools.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#output ⇒ Object
Returns the value of attribute output.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#transaction ⇒ Object
Returns the value of attribute transaction.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
44 45 46 |
# File 'lib/vangrail/tools.rb', line 44 def handler @handler end |
#output ⇒ Object
Returns the value of attribute output
44 45 46 |
# File 'lib/vangrail/tools.rb', line 44 def output @output end |
#readonly ⇒ Object
Returns the value of attribute readonly
44 45 46 |
# File 'lib/vangrail/tools.rb', line 44 def readonly @readonly end |
#transaction ⇒ Object
Returns the value of attribute transaction
44 45 46 |
# File 'lib/vangrail/tools.rb', line 44 def transaction @transaction end |