Class: DTK::DSL::FileGenerator::ContentInput::String

Inherits:
String
  • Object
show all
Includes:
Mixin
Defined in:
lib/dsl/file_generator/content_input/string.rb

Instance Attribute Summary

Attributes included from Mixin

#tags

Instance Method Summary collapse

Methods included from Mixin

#add_tags!, #add_tags?, #add_tags_to_obj?, #id_handle, #initialize_tags_and_id_handle!, #matches_tag_type?, #obj_has_tag_type?, #set_id_handle

Constructor Details

#initialize(*args) ⇒ String

Returns a new instance of String.



24
25
26
27
# File 'lib/dsl/file_generator/content_input/string.rb', line 24

def initialize(*args)
  super
  initialize_tags_and_id_handle!
end