Class: Jumbotron::Canonical::VenueInput

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/canonical.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(provider_identities:, name:, city: nil, region: nil) ⇒ VenueInput

Returns a new instance of VenueInput.



14
15
16
# File 'app/models/jumbotron/canonical.rb', line 14

def initialize(provider_identities:, name:, city: nil, region: nil)
  super
end

Instance Attribute Details

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



13
14
15
# File 'app/models/jumbotron/canonical.rb', line 13

def city
  @city
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'app/models/jumbotron/canonical.rb', line 13

def name
  @name
end

#provider_identitiesObject (readonly)

Returns the value of attribute provider_identities

Returns:

  • (Object)

    the current value of provider_identities



13
14
15
# File 'app/models/jumbotron/canonical.rb', line 13

def provider_identities
  @provider_identities
end

#regionObject (readonly)

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



13
14
15
# File 'app/models/jumbotron/canonical.rb', line 13

def region
  @region
end