Sha256: bef3b766e679ff1c1315c1ec4b065e6a5ff6dff3aa481d13297eb46d511e0cf4
Contents?: true
Size: 728 Bytes
Versions: 6
Compression:
Stored size: 728 Bytes
Contents
module DwollaSwagger # class RemoveBankRequest < BaseObject attr_accessor :removed # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'removed' => :'removed' } end # attribute type def self.swagger_types { :'removed' => :'boolean' } 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[:'removed'] @removed = attributes[:'removed'] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems