class AppStoreConnect::Schema::Object

Attributes

properties[R]
type[R]

Public Class Methods

new(options) click to toggle source
# File lib/app_store_connect/schema/object.rb, line 8
def initialize(options)
  @type = options.fetch(:type)
  @properties = options.fetch(:properties)
end