Sha256: 331206fc3b02da43676db8b6e0334284c98b82776924dc6198a35569083f8b63
Contents?: true
Size: 996 Bytes
Versions: 33
Compression:
Stored size: 996 Bytes
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 CustomerPermission < Resource # @!attribute code # @return [String] Customer permission code. define_attribute :code, String # @!attribute description # @return [String] Description of customer permission. define_attribute :description, String # @!attribute id # @return [String] Customer permission ID. define_attribute :id, String # @!attribute name # @return [String] Customer permission name. define_attribute :name, String # @!attribute object # @return [String] It will always be "customer_permission". define_attribute :object, String end end end
Version data entries
33 entries across 33 versions & 1 rubygems