module DwollaSwagger

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/dwolla_swagger/models/authorization.rb, line 19
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
swagger_types() click to toggle source

attribute type

# File lib/dwolla_swagger/models/authorization.rb, line 13
def self.swagger_types
  {
    
  }
end