Method: VoucherifySdk::ExportVoucherTransactionsOrder#build_from_hash

Defined in:
lib/VoucherifySdk/models/export_voucher_transactions_order.rb

#build_from_hash(value) ⇒ String

Builds the enum from string

Parameters:

  • The (String)

    enum value in the form of the string

Returns:

  • (String)

    The enum value



35
36
37
38
# File 'lib/VoucherifySdk/models/export_voucher_transactions_order.rb', line 35

def build_from_hash(value)
  return value if ExportVoucherTransactionsOrder.all_vars.include?(value)
  raise "Invalid ENUM value #{value} for class #ExportVoucherTransactionsOrder"
end