Method: Faxage::ReceiveFax#initialize
- Defined in:
- lib/faxage/receive_fax.rb
#initialize(username:, company:, password:) ⇒ ReceiveFax
Returns a new instance of ReceiveFax.
12 13 14 15 16 |
# File 'lib/faxage/receive_fax.rb', line 12 def initialize(username:, company:, password:) @username = username @company = company @password = password end |