Sha256: 0cdc822638239fc03b95819df5e91c4f6438c7dec97b107d915891854f0fada6

Contents?: true

Size: 179 Bytes

Versions: 4

Compression:

Stored size: 179 Bytes

Contents

module Test
  class LibMount1 < Grape::API
    desc 'Some test description',
         entity: [Test::Lib1]
    get :lib_string do
      Test::Lib1.get_lib_string
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape-reload-0.1.0 spec/fixtures/app1/mounts/lib.rb
grape-reload-0.0.4 spec/fixtures/app1/mounts/lib.rb
grape-reload-0.0.3 spec/fixtures/app1/mounts/lib.rb
grape-reload-0.0.2 spec/fixtures/app1/mounts/lib.rb