Class: MySpace::Status

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

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#userObject

Returns the value of attribute user.



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

def user
  @user
end