Sha256: 3c438c67b6eaac46b1bbfb046d4ffdb74a2a0f7c9585dfcf0dfd0cec54106873
Contents?: true
Size: 745 Bytes
Versions: 74
Compression:
Stored size: 745 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 ExportFile < Resource # @!attribute href # @return [String] A presigned link to download the export file. define_attribute :href, String # @!attribute md5sum # @return [String] MD5 hash of the export file. define_attribute :md5sum, String # @!attribute name # @return [String] Name of the export file. define_attribute :name, String end end end
Version data entries
74 entries across 74 versions & 1 rubygems