Class: MySpace::Groups

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



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

def count
  @count
end

#groupsObject

Returns the value of attribute groups.



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

def groups
  @groups
end

#nextObject

Returns the value of attribute next.



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

def next
  @next
end

#prevObject

Returns the value of attribute prev.



9
10
11
# File 'lib/myspace/classes/group.rb', line 9

def prev
  @prev
end

#userObject

Returns the value of attribute user.



8
9
10
# File 'lib/myspace/classes/group.rb', line 8

def user
  @user
end