Class: Pandarus::PageViewLinks

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/page_view_links.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#accountObject

Returns the value of attribute account.



6
7
8
# File 'lib/pandarus/models/page_view_links.rb', line 6

def 
  @account
end

#assetObject

Returns the value of attribute asset.



6
7
8
# File 'lib/pandarus/models/page_view_links.rb', line 6

def asset
  @asset
end

#contextObject

Returns the value of attribute context.



6
7
8
# File 'lib/pandarus/models/page_view_links.rb', line 6

def context
  @context
end

#real_userObject

Returns the value of attribute real_user.



6
7
8
# File 'lib/pandarus/models/page_view_links.rb', line 6

def real_user
  @real_user
end

#userObject

Returns the value of attribute user.



6
7
8
# File 'lib/pandarus/models/page_view_links.rb', line 6

def user
  @user
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
# File 'lib/pandarus/models/page_view_links.rb', line 9

def self.attribute_map
  {
    :user => {:external => "user", :container => false, :type => nil},
    :context => {:external => "context", :container => false, :type => nil},
    :asset => {:external => "asset", :container => false, :type => nil},
    :real_user => {:external => "real_user", :container => false, :type => nil},
    :account => {:external => "account", :container => false, :type => nil}

  }
end