Class: MySpace::Mood

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

#moodObject

Returns the value of attribute mood.



6
7
8
# File 'lib/myspace/classes/mood.rb', line 6

def mood
  @mood
end

#userObject

Returns the value of attribute user.



5
6
7
# File 'lib/myspace/classes/mood.rb', line 5

def user
  @user
end