class DTK::DSL::FileGenerator::ContentInput::Tag::Assignment

Attributes

value[R]

Public Class Methods

new(tag_name, tag_value) click to toggle source
Calls superclass method
# File lib/dsl/file_generator/content_input/tag/assignment.rb, line 23
def initialize(tag_name, tag_value)
  super(tag_name)
  @value = tag_value
end