Sha256: 20d91709b86a725c0373d9ad8b3f85d95be1e2819b9cdabeeec739d2d2440482

Contents?: true

Size: 246 Bytes

Versions: 21

Compression:

Stored size: 246 Bytes

Contents

require "grape-entity"

module RestFtpDaemon
  module Entities
    class Options < Grape::Entity

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

    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.1.1 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.1.0 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.15 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.14 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.13 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.12 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.11 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.10 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.9 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.8 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.7 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.6 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.5 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.4 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.3 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.2 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-1.0.1 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-0.502.2 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-0.502.1 lib/rest-ftp-daemon/entities/options.rb
rest-ftp-daemon-0.502.0 lib/rest-ftp-daemon/entities/options.rb