Sha256: d90539333f0077a7d0a49c3aef2f4350b725e7ba837cc1dccbc858b692023ae4
Contents?: true
Size: 815 Bytes
Versions: 11
Compression:
Stored size: 815 Bytes
Contents
module HelloSign module Resource # # An object that contains necessary information to set up embedded signing. # Take a look at our {https://www.hellosign.com/api/reference#Embedded account resource document} # for more information about this. # # @author [hellosign] # class Embedded < BaseResource # # create a new Embedded resource from a hash. If a key is defined then embedded data with be the value of hash[key], otherwise the hash itself # @param hash [Hash] embedded's data # @param key [String] (embedded) key of the hash, point to where embedded data is. If nil then the hash itself # # @return [HelloSign::Resource:Embedded] a Embedded resource def initialize(hash, key='embedded') super end end end end
Version data entries
11 entries across 11 versions & 1 rubygems