Method: Jets::Stack::Function#meth
- Defined in:
- lib/jets/stack/function.rb
#meth ⇒ Object
10 11 12 13 14 |
# File 'lib/jets/stack/function.rb', line 10 def meth attributes = @template.values.first handler = attributes['Properties']['Handler'] handler.split('.').last end |