Class: Jumbotron::Canonical::VenueInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::VenueInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#provider_identities ⇒ Object
readonly
Returns the value of attribute provider_identities.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'app/models/jumbotron/canonical.rb', line 9 def name @name end |
#provider_identities ⇒ Object (readonly)
Returns the value of attribute provider_identities
9 10 11 |
# File 'app/models/jumbotron/canonical.rb', line 9 def provider_identities @provider_identities end |