Class: Rbox::Response::GetAccountInfo

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/rbox/response/authentication/get_account_info.rb

Instance Method Summary collapse

Methods included from Base

#initialize, #method_missing, #status, #success?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rbox::Response::Base

Instance Method Details

#attributesObject



10
11
12
# File 'lib/rbox/response/authentication/get_account_info.rb', line 10

def attributes
  { :user => user }
end

#userObject



6
7
8
# File 'lib/rbox/response/authentication/get_account_info.rb', line 6

def user
  @body_response['user']
end