Class: Trestle::Configuration::Action
- Inherits:
-
Struct
- Object
- Struct
- Trestle::Configuration::Action
- Defined in:
- lib/trestle/configuration.rb
Overview
Callbacks
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
130 131 132 |
# File 'lib/trestle/configuration.rb', line 130 def block @block end |
#options ⇒ Object
Returns the value of attribute options
130 131 132 |
# File 'lib/trestle/configuration.rb', line 130 def @options end |