Sha256: 05370bbbb7f6035fc8e925d67df78676eaab6dd945877a5e752a4cdd410aa5ea
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 Bytes
Contents
module DwollaSwagger # class Id < BaseObject attr_accessor # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { } end # attribute type def self.swagger_types { } 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} end end end
Version data entries
6 entries across 6 versions & 1 rubygems