Class: UploadFileRequest

Inherits:
Object
  • Object
show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/request/upload_file_request.rb

Overview

Model object for body of request to upload a file

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Instance Attribute Details

#fileObject

String

Base64-encoded file to be uploaded



8
9
10
# File 'lib/mangopay/model/request/upload_file_request.rb', line 8

def file
  @file
end