Class: MySpace::Photos

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



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

def count
  @count
end

#photosObject

Returns the value of attribute photos.



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

def photos
  @photos
end

#userObject

Returns the value of attribute user.



7
8
9
# File 'lib/myspace/classes/photo.rb', line 7

def user
  @user
end