class HelloSign::Resource::Embedded
Contains information about Embedded
workflows. Take a look at our Embedded
Signing Walkthrough (app.hellosign.com/api/embeddedSigningWalkthrough) for more information about this.
@author [hellosign]
Public Class Methods
new(hash, key='embedded')
click to toggle source
Creates a new Embedded
resource from a hash. If a key is defined then embedded data with be the value of hash, 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] an Embedded
resource
Calls superclass method
HelloSign::Resource::BaseResource::new
# File lib/hello_sign/resource/embedded.rb, line 38 def initialize(hash, key='embedded') super end