Class: Spacer::Album

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/spacer/models/album.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

included, #initialize, #populate, #populate_from_hash!, #populated?

Instance Attribute Details

#__typeObject

Returns the value of attribute __type.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def __type
  @__type
end

#albumUriObject

Returns the value of attribute albumUri.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def albumUri
  @albumUri
end

#defaultImageObject

Returns the value of attribute defaultImage.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def defaultImage
  @defaultImage
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def id
  @id
end

#locationObject

Returns the value of attribute location.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def location
  @location
end

#photoCountObject

Returns the value of attribute photoCount.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def photoCount
  @photoCount
end

#photosUriObject

Returns the value of attribute photosUri.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def photosUri
  @photosUri
end

#privacyObject

Returns the value of attribute privacy.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def privacy
  @privacy
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def title
  @title
end

#userObject

Returns the value of attribute user.



4
5
6
# File 'lib/spacer/models/album.rb', line 4

def user
  @user
end