Sha256: d64e8c8d5fa51505892be35f11450fdbd53006ce5743630fb2493bcadcd26e0a

Contents?: true

Size: 797 Bytes

Versions: 7

Compression:

Stored size: 797 Bytes

Contents

module HelloSign
  module Resource

    #
    # Contains information about the templates you and your team have created
    # Take a look at our {https://www.hellosign.com/api/reference#Template Template resource document}
    # for more information about this.
    #
    # @author [hellosign]
    #
    class Template < BaseResource

      #
      # create a new Template from a hash. If a key is defined then template data will be the value of hash[key], otherwise the hash itself
      # @param  hash [Hash] template's data
      # @param  key [String] (template) key of the hash, point to where template data is. If nil then the hash itself
      #
      # @return [HelloSign::Resource:Team] a Team resource
      def initialize(hash, key='template')
        super
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hellosign-ruby-sdk-3.0.11 lib/hello_sign/resource/template.rb
hellosign-ruby-sdk-3.0.10 lib/hello_sign/resource/template.rb
hellosign-ruby-sdk-3.0.9 lib/hello_sign/resource/template.rb
hellosign-ruby-sdk-3.0.7 lib/hello_sign/resource/template.rb
hellosign-ruby-sdk-3.0.6 lib/hello_sign/resource/template.rb
hellosign-ruby-sdk-3.0.5 lib/hello_sign/resource/template.rb
hellosign-ruby-sdk-3.0.4 lib/hello_sign/resource/template.rb