Module: Vkontakte::Api::Profile

Included in:
Vkontakte::App::User
Defined in:
lib/vkontakte/api/profile.rb

Defined Under Namespace

Classes: Standart

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
9
10
11
# File 'lib/vkontakte/api/profile.rb', line 5

def self.included(base)
  base.class_eval do
    define_method :profile do
      @profile ||= Standart.new(self)
    end
  end
end