Class: TicketflyPlus::Objects::TicketingUrl
- Inherits:
-
Object
- Object
- TicketflyPlus::Objects::TicketingUrl
- Defined in:
- lib/ticketfly_plus/objects.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(url) ⇒ TicketingUrl
constructor
A new instance of TicketingUrl.
Constructor Details
#initialize(url) ⇒ TicketingUrl
Returns a new instance of TicketingUrl.
277 278 279 280 |
# File 'lib/ticketfly_plus/objects.rb', line 277 def initialize(url) @name = url['name'] @url = url['url'] end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
274 275 276 |
# File 'lib/ticketfly_plus/objects.rb', line 274 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
275 276 277 |
# File 'lib/ticketfly_plus/objects.rb', line 275 def url @url end |