Class: AdventOfCodeGenerator::Generator::FileData
- Inherits:
-
Struct
- Object
- Struct
- AdventOfCodeGenerator::Generator::FileData
- Defined in:
- lib/advent_of_code_generator/generator.rb
Instance Attribute Summary collapse
-
#allow_overwrite ⇒ Object
Returns the value of attribute allow_overwrite.
-
#content ⇒ Object
Returns the value of attribute content.
-
#path ⇒ Object
Returns the value of attribute path.
-
#require_session ⇒ Object
Returns the value of attribute require_session.
Instance Attribute Details
#allow_overwrite ⇒ Object
Returns the value of attribute allow_overwrite
21 22 23 |
# File 'lib/advent_of_code_generator/generator.rb', line 21 def allow_overwrite @allow_overwrite end |
#content ⇒ Object
Returns the value of attribute content
21 22 23 |
# File 'lib/advent_of_code_generator/generator.rb', line 21 def content @content end |
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/advent_of_code_generator/generator.rb', line 21 def path @path end |
#require_session ⇒ Object
Returns the value of attribute require_session
21 22 23 |
# File 'lib/advent_of_code_generator/generator.rb', line 21 def require_session @require_session end |