Sha256: 45197d8c7d2be6375a1e086fdb55fa9b34bbb140d2f32c593240ca823312054c
Contents?: true
Size: 539 Bytes
Versions: 6
Compression:
Stored size: 539 Bytes
Contents
module DwollaSwagger # class Authorization < 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