class Ticketmaster::Image

Public Instance Methods

height() click to toggle source
# File lib/ticketmaster/results/image.rb, line 15
def height
  data['height']
end
is_fallback?() click to toggle source
# File lib/ticketmaster/results/image.rb, line 19
def is_fallback?
  data['fallback']
end
ratio() click to toggle source
# File lib/ticketmaster/results/image.rb, line 7
def ratio
  data['ratio']
end
url() click to toggle source
# File lib/ticketmaster/results/image.rb, line 3
def url
  data['url']
end
width() click to toggle source
# File lib/ticketmaster/results/image.rb, line 11
def width
  data['width']
end