Class: Rlocu::Venue::ExternalID

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/rlocu/venue.rb', line 3

def id
  @id
end

#mobile_urlObject

Returns the value of attribute mobile_url

Returns:

  • (Object)

    the current value of mobile_url



3
4
5
# File 'lib/rlocu/venue.rb', line 3

def mobile_url
  @mobile_url
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/rlocu/venue.rb', line 3

def url
  @url
end