Class: BankAccountStatement::Inputs::HTML::Base
- Defined in:
- lib/bank-account-statement/inputs/HTML/base.rb
Direct Known Subclasses
Constant Summary collapse
- FILE_EXT =
'.html'.freeze
Instance Method Summary collapse
-
#initialize(html) ⇒ Base
constructor
A new instance of Base.
Methods inherited from Base
Constructor Details
#initialize(html) ⇒ Base
Returns a new instance of Base.
14 15 16 |
# File 'lib/bank-account-statement/inputs/HTML/base.rb', line 14 def initialize(html) @doc = Nokogiri::HTML(html) end |