Class: App42::Gallery::Album
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Gallery::Album
- Defined in:
- lib/gallery/Album.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#photoList ⇒ Object
Returns the value of attribute photoList.
-
#userName ⇒ Object
Returns the value of attribute userName.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
16 17 18 |
# File 'lib/gallery/Album.rb', line 16 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
16 17 18 |
# File 'lib/gallery/Album.rb', line 16 def name @name end |
#photoList ⇒ Object
Returns the value of attribute photoList.
16 17 18 |
# File 'lib/gallery/Album.rb', line 16 def photoList @photoList end |
#userName ⇒ Object
Returns the value of attribute userName.
16 17 18 |
# File 'lib/gallery/Album.rb', line 16 def userName @userName end |