Sha256: 924cd09c90cceddbaf08812bd89cd3d73e49f1b2695bae4428da4b48c04ac762
Contents?: true
Size: 338 Bytes
Versions: 3
Compression:
Stored size: 338 Bytes
Contents
module Awskit::Gen::Toolkit class ToolkitTemplateBinding attr_accessor :toolkit_name attr_accessor :toolkit_module_name def initialize(options) self.toolkit_name = options[:toolkit_name] self.toolkit_module_name = options[:toolkit_module_name] end def get_binding binding() end end end
Version data entries
3 entries across 3 versions & 1 rubygems