Module: Jujube::Components::Wrappers

Extended by:
Macros
Included in:
Jujube::Components
Defined in:
lib/jujube/components/wrappers.rb

Overview

Helper methods for creating wrapper components.

Instance Method Summary collapse

Instance Method Details

#timeout(options = {}) ⇒ Hash

Parameters:

  • options (Hash) (defaults to: {})

    The configuration options for the component.

Returns:

  • (Hash)

    The specification for the component.



15
# File 'lib/jujube/components/wrappers.rb', line 15

standard_component :timeout

#timestampsHash

Returns:

  • (Hash)

    The specification for the component.



22
23
24
# File 'lib/jujube/components/wrappers.rb', line 22

def timestamps
  'timestamps'
end