Sha256: 6cd654295d7967ff37364713143f5621c426467c52e37f583fb8e13050d09364

Contents?: true

Size: 280 Bytes

Versions: 10

Compression:

Stored size: 280 Bytes

Contents

require "grape-entity"

module RestFtpDaemon
  module API
    module Entities
      class Options < Grape::Entity

        # expose :opt1, documentation: { type: 'Boolean', desc: 'opt UN', required: false }
        expose :opt2
        # expose :opt6

      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.422.0 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.421.1 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.421.0 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.420.2 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.420.1 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.410.5 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.410.4 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.410.2 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.410.1 lib/rest-ftp-daemon/api/entities/options.rb
rest-ftp-daemon-0.410.0.pre.1 lib/rest-ftp-daemon/api/entities/options.rb