Class: MySpace::FriendStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/myspace/classes/friendship.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

#areFriendsObject

Returns the value of attribute areFriends.



3
4
5
# File 'lib/myspace/classes/friendship.rb', line 3

def areFriends
  @areFriends
end

#friendIdObject

Returns the value of attribute friendId.



2
3
4
# File 'lib/myspace/classes/friendship.rb', line 2

def friendId
  @friendId
end