class Awskit::Gen::Cookbook::ServiceNameTemplateBinding

Attributes

service_name[RW]

Public Class Methods

new(options) click to toggle source
# File lib/awskit/gen/cookbook/vagrantfile_template_binding.rb, line 7
def initialize(options)
  self.service_name = options[:service_name]
end

Public Instance Methods

get_binding() click to toggle source
# File lib/awskit/gen/cookbook/vagrantfile_template_binding.rb, line 11
def get_binding
  binding()
end