Sha256: 0dc9141fce25d78435c52dce217d93129ef37156b6cba8d35e229b26d465cac4

Contents?: true

Size: 132 Bytes

Versions: 1

Compression:

Stored size: 132 Bytes

Contents

module Velocity
  module Api
    class Role < Velocity::Api::Base
      def fetch
        get("/roles")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velocity_client_ruby-0.3.0 lib/velocity/api/role.rb