Class: Kiba::Extend::Destinations::Lambda
- Inherits:
-
Common::Destinations::Lambda
- Object
- Common::Destinations::Lambda
- Kiba::Extend::Destinations::Lambda
show all
- Extended by:
- Destinationable
- Defined in:
- lib/kiba/extend/destinations/lambda.rb
Overview
Wrapper around Kiba::Common::Destinations::Lambda
Class Method Summary
collapse
as_source_class, is_destination?, special_options
#default_args, #default_file_options, #labeled_options, #options_key, #path_key, #requires_path?
Class Method Details
.as_source_class ⇒ Object
13
14
15
|
# File 'lib/kiba/extend/destinations/lambda.rb', line 13
def as_source_class
nil
end
|
.default_file_options ⇒ Object
17
18
19
|
# File 'lib/kiba/extend/destinations/lambda.rb', line 17
def default_file_options
Kiba::Extend.lambdaopts
end
|
.options_key ⇒ Object
21
22
23
|
# File 'lib/kiba/extend/destinations/lambda.rb', line 21
def options_key
:options
end
|
.path_key ⇒ Object
25
26
27
|
# File 'lib/kiba/extend/destinations/lambda.rb', line 25
def path_key
nil
end
|
.requires_path? ⇒ Boolean
29
30
31
|
# File 'lib/kiba/extend/destinations/lambda.rb', line 29
def requires_path?
false
end
|
.special_options ⇒ Object
33
34
35
|
# File 'lib/kiba/extend/destinations/lambda.rb', line 33
def special_options
[]
end
|