Method: Horoshop::ImportResiduences#call
- Defined in:
- lib/horoshop/import_residues.rb
#call(body) ⇒ Object
10 11 12 13 |
# File 'lib/horoshop/import_residues.rb', line 10 def call(body) body = post(horoshop: horoshop, url: URL, body: body, add_token: true) parse_response(body) end |