Class: Trestle::Configuration::Action

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

Overview

Callbacks

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



120
121
122
# File 'lib/trestle/configuration.rb', line 120

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



120
121
122
# File 'lib/trestle/configuration.rb', line 120

def options
  @options
end