Sha256: f354fa9ae0481da04062d0c3615f73ec8f0f2cc6669ea975616a2762dd63f273
Contents?: true
Size: 1.07 KB
Versions: 33
Compression:
Stored size: 1.07 KB
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class Entitlement < Resource # @!attribute created_at # @return [DateTime] Time object was created. define_attribute :created_at, DateTime # @!attribute customer_permission # @return [CustomerPermission] define_attribute :customer_permission, :CustomerPermission # @!attribute granted_by # @return [Array[GrantedBy]] Subscription or item that granted the customer permission. define_attribute :granted_by, Array, { :item_type => :GrantedBy } # @!attribute object # @return [String] Entitlement define_attribute :object, String # @!attribute updated_at # @return [DateTime] Time the object was last updated define_attribute :updated_at, DateTime end end end
Version data entries
33 entries across 33 versions & 1 rubygems