Sha256: ab3e62f8c5354caaf9e76a9b64d8b01df3435b1adc3f326352f5fd8278175c06
Contents?: true
Size: 717 Bytes
Versions: 6
Compression:
Stored size: 717 Bytes
Contents
module DwollaSwagger # class UpdateTransfer < BaseObject attr_accessor :status # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'status' => :'status' } end # attribute type def self.swagger_types { :'status' => :'string' } end def initialize(attributes = {}) return if !attributes.is_a?(Hash) || attributes.empty? # convert string to symbol for hash key attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo} if attributes[:'status'] @status = attributes[:'status'] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems