Class: AocCli::Day::Requests::Input
Instance Attribute Summary
Attributes inherited from Request
#data, #part
Attributes inherited from Init
#day, #paths, #user, #year
Instance Method Summary
collapse
Methods inherited from Request
#initialize, #write
Methods inherited from Init
#initialize, #meta, #mkdir
Instance Method Details
#page ⇒ Object
110
111
112
|
# File 'lib/aoc_cli/day.rb', line 110
def page
:Input
end
|
#parse(raw: fetch) ⇒ Object
113
114
115
|
# File 'lib/aoc_cli/day.rb', line 113
def parse(raw:fetch)
raw.raw
end
|