Method: Exfuz::Candidate#initialize
- Defined in:
- lib/exfuz/candidate.rb
#initialize(book_name:, sheet_name:, textable:) ⇒ Candidate
Returns a new instance of Candidate.
7 8 9 10 11 |
# File 'lib/exfuz/candidate.rb', line 7 def initialize(book_name:, sheet_name:, textable:) @book_name = book_name @sheet_name = sheet_name @textable = textable end |