Class: Cliptic::Main::Fetch::Parser
- Inherits:
-
Object
- Object
- Cliptic::Main::Fetch::Parser
- Defined in:
- lib/cliptic/main.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(date: Date.today) ⇒ Parser
constructor
A new instance of Parser.
- #parse ⇒ Object
Constructor Details
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
179 180 181 |
# File 'lib/cliptic/main.rb', line 179 def raw @raw end |
Instance Method Details
#parse ⇒ Object
183 184 185 |
# File 'lib/cliptic/main.rb', line 183 def parse [ parse_clues(raw), parse_size(raw) ] end |