Class: AdventOfCodeGenerator::Generator::FileData

Inherits:
Struct
  • Object
show all
Defined in:
lib/advent_of_code_generator/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_overwriteObject

Returns the value of attribute allow_overwrite

Returns:

  • (Object)

    the current value of allow_overwrite



21
22
23
# File 'lib/advent_of_code_generator/generator.rb', line 21

def allow_overwrite
  @allow_overwrite
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



21
22
23
# File 'lib/advent_of_code_generator/generator.rb', line 21

def content
  @content
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



21
22
23
# File 'lib/advent_of_code_generator/generator.rb', line 21

def path
  @path
end

#require_sessionObject

Returns the value of attribute require_session

Returns:

  • (Object)

    the current value of require_session



21
22
23
# File 'lib/advent_of_code_generator/generator.rb', line 21

def require_session
  @require_session
end