class YaKassa::V3::Client::Post

Protected Instance Methods

send() click to toggle source
# File lib/ya_kassa/v3/client/post.rb, line 7
def send
  ::HTTParty.post(@url, body: @body, headers: headers, basic_auth: auth)
end