Sha256: 69a47173f7979384d0c95732970d2f121ceaea1ccc1319904eb0732b0b97b144
Contents?: true
Size: 473 Bytes
Versions: 29
Compression:
Stored size: 473 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 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
29 entries across 29 versions & 2 rubygems