Class: Kiba::Extend::Destinations::Lambda

Inherits:
Common::Destinations::Lambda
  • Object
show all
Extended by:
Destinationable
Defined in:
lib/kiba/extend/destinations/lambda.rb

Overview

Wrapper around Kiba::Common::Destinations::Lambda

Since:

  • 4.0.0

Class Method Summary collapse

Methods included from Destinationable

as_source_class, is_destination?, special_options

Methods included from Registry::Fileable

#default_args, #default_file_options, #labeled_options, #options_key, #path_key, #requires_path?

Class Method Details

.as_source_classObject

Since:

  • 4.0.0



13
14
15
# File 'lib/kiba/extend/destinations/lambda.rb', line 13

def as_source_class
  nil
end

.default_file_optionsObject

Since:

  • 4.0.0



17
18
19
# File 'lib/kiba/extend/destinations/lambda.rb', line 17

def default_file_options
  Kiba::Extend.lambdaopts
end

.options_keyObject

Since:

  • 4.0.0



21
22
23
# File 'lib/kiba/extend/destinations/lambda.rb', line 21

def options_key
  :options
end

.path_keyObject

Since:

  • 4.0.0



25
26
27
# File 'lib/kiba/extend/destinations/lambda.rb', line 25

def path_key
  nil
end

.requires_path?Boolean

Returns:

  • (Boolean)

Since:

  • 4.0.0



29
30
31
# File 'lib/kiba/extend/destinations/lambda.rb', line 29

def requires_path?
  false
end

.special_optionsObject

Since:

  • 4.0.0



33
34
35
# File 'lib/kiba/extend/destinations/lambda.rb', line 33

def special_options
  []
end