Class: Rlocu::Venue::Media

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

Overview

skipping Extended object for now

Instance Attribute Summary collapse

Instance Attribute Details

#cover_photoObject

Returns the value of attribute cover_photo

Returns:

  • (Object)

    the current value of cover_photo



9
10
11
# File 'lib/rlocu/venue.rb', line 9

def cover_photo
  @cover_photo
end

#logosObject

Returns the value of attribute logos

Returns:

  • (Object)

    the current value of logos



9
10
11
# File 'lib/rlocu/venue.rb', line 9

def logos
  @logos
end

Returns the value of attribute menu_photos

Returns:

  • (Object)

    the current value of menu_photos



9
10
11
# File 'lib/rlocu/venue.rb', line 9

def menu_photos
  @menu_photos
end

#venue_photosObject

Returns the value of attribute venue_photos

Returns:

  • (Object)

    the current value of venue_photos



9
10
11
# File 'lib/rlocu/venue.rb', line 9

def venue_photos
  @venue_photos
end

#videosObject

Returns the value of attribute videos

Returns:

  • (Object)

    the current value of videos



9
10
11
# File 'lib/rlocu/venue.rb', line 9

def videos
  @videos
end