Sha256: 15bfb6aa514e625c5c8b0f6031d3597326e6bd1c4998969416889cf5bb98764d
Contents?: true
Size: 473 Bytes
Versions: 77
Compression:
Stored size: 473 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require_relative '../models/profile' module GoodData class << self # Gets currently logged user # # @return [GoodData::Profile] User Profile def user GoodData::Profile.current end alias_method :profile, :user end end
Version data entries
77 entries across 77 versions & 1 rubygems