Class: Jumbotron::Canonical::VenueInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::VenueInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#provider_identities ⇒ Object
readonly
Returns the value of attribute provider_identities.
-
#region ⇒ Object
readonly
Returns the value of attribute region.
Instance Method Summary collapse
-
#initialize(provider_identities:, name:, city: nil, region: nil) ⇒ VenueInput
constructor
A new instance of VenueInput.
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
#city ⇒ Object (readonly)
Returns the value of attribute city
13 14 15 |
# File 'app/models/jumbotron/canonical.rb', line 13 def city @city end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'app/models/jumbotron/canonical.rb', line 13 def name @name end |
#provider_identities ⇒ Object (readonly)
Returns the value of attribute provider_identities
13 14 15 |
# File 'app/models/jumbotron/canonical.rb', line 13 def provider_identities @provider_identities end |
#region ⇒ Object (readonly)
Returns the value of attribute region
13 14 15 |
# File 'app/models/jumbotron/canonical.rb', line 13 def region @region end |