Method: SignRequestClient::SignerAttachment.attribute_map
- Defined in:
- lib/signrequest_client/models/signer_attachment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
28 29 30 31 32 33 34 35 |
# File 'lib/signrequest_client/models/signer_attachment.rb', line 28 def self.attribute_map { :'uuid' => :'uuid', :'name' => :'name', :'file' => :'file', :'for_attachment' => :'for_attachment' } end |