Class: MasterCard::API::Blockchain::Sign

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/blockchain/sign.rb

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



60
61
62
63
64
65
66
67
68
# File 'lib/mastercard/api/blockchain/sign.rb', line 60

def self.create(mapObj)
  #
  #Creates object of type Sign
  #
  #@param Dict mapObj, containing the required parameters to create a new object
  #@return [Sign] of the response of created instance.
  #@raise [APIException] an exception from the response status
  return self.execute("be20d697-d24e-4fa8-8a74-e4aaa173c708", Sign.new(mapObj))
end