Class: ImageURLs

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

Instance Attribute Summary collapse

Instance Attribute Details

#album_urlObject

Returns the value of attribute album_url.



68
69
70
# File 'lib/mugs.rb', line 68

def album_url
  @album_url
end

#idObject

Returns the value of attribute id.



68
69
70
# File 'lib/mugs.rb', line 68

def id
  @id
end

#large_urlObject

Returns the value of attribute large_url.



68
69
70
# File 'lib/mugs.rb', line 68

def large_url
  @large_url
end

#medium_urlObject

Returns the value of attribute medium_url.



68
69
70
# File 'lib/mugs.rb', line 68

def medium_url
  @medium_url
end

#small_urlObject

Returns the value of attribute small_url.



68
69
70
# File 'lib/mugs.rb', line 68

def small_url
  @small_url
end

#thumb_urlObject

Returns the value of attribute thumb_url.



68
69
70
# File 'lib/mugs.rb', line 68

def thumb_url
  @thumb_url
end

#tiny_urlObject

Returns the value of attribute tiny_url.



68
69
70
# File 'lib/mugs.rb', line 68

def tiny_url
  @tiny_url
end