Class: MySpace::Friends

Inherits:
Object
  • Object
show all
Defined in:
lib/myspace/classes/friends.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

build_request, get, get_raw, #initialize, json_to_obj, json_to_obj_collection

Constructor Details

This class inherits a constructor from MySpace::Object

Instance Attribute Details

#countObject

Returns the value of attribute count.



13
14
15
# File 'lib/myspace/classes/friends.rb', line 13

def count
  @count
end

#friendsObject

Returns the value of attribute friends.



12
13
14
# File 'lib/myspace/classes/friends.rb', line 12

def friends
  @friends
end

#topFriendsObject

Returns the value of attribute topFriends.



11
12
13
# File 'lib/myspace/classes/friends.rb', line 11

def topFriends
  @topFriends
end

#userObject

Returns the value of attribute user.



10
11
12
# File 'lib/myspace/classes/friends.rb', line 10

def user
  @user
end