Class: IMGSrc::Album

Inherits:
Struct
  • Object
show all
Defined in:
lib/imgsrc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



34
35
36
# File 'lib/imgsrc.rb', line 34

def date
  @date
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



34
35
36
# File 'lib/imgsrc.rb', line 34

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



34
35
36
# File 'lib/imgsrc.rb', line 34

def name
  @name
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



34
35
36
# File 'lib/imgsrc.rb', line 34

def password
  @password
end

#photosObject

Returns the value of attribute photos

Returns:

  • (Object)

    the current value of photos



34
35
36
# File 'lib/imgsrc.rb', line 34

def photos
  @photos
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



34
35
36
# File 'lib/imgsrc.rb', line 34

def size
  @size
end