Method: FaxService.instance
- Defined in:
- lib/popbill/fax.rb
.instance(linkID, secretKey) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/popbill/fax.rb', line 7 def instance(linkID, secretKey) super(linkID, secretKey) @instance ||= new @instance.addScope("160") return @instance end |