class Zuora::Soap::ZObject

Attributes

fields[R]
type[R]

Public Class Methods

new(type, fields) click to toggle source

@params [Symbol] - name of ZObject @params [Hash] - a hash of fields

# File lib/zuora/soap/z_object.rb, line 12
def initialize(type, fields)
  @type = type
  @fields = fields
end