Class: IMGSrc::Album
- Inherits:
-
Struct
- Object
- Struct
- IMGSrc::Album
- Defined in:
- lib/imgsrc.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#photos ⇒ Object
Returns the value of attribute photos.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
34 35 36 |
# File 'lib/imgsrc.rb', line 34 def date @date end |
#id ⇒ Object
Returns the value of attribute id
34 35 36 |
# File 'lib/imgsrc.rb', line 34 def id @id end |
#name ⇒ Object
Returns the value of attribute name
34 35 36 |
# File 'lib/imgsrc.rb', line 34 def name @name end |
#password ⇒ Object
Returns the value of attribute password
34 35 36 |
# File 'lib/imgsrc.rb', line 34 def password @password end |
#photos ⇒ Object
Returns the value of attribute photos
34 35 36 |
# File 'lib/imgsrc.rb', line 34 def photos @photos end |
#size ⇒ Object
Returns the value of attribute size
34 35 36 |
# File 'lib/imgsrc.rb', line 34 def size @size end |