Class: TicketflyPlus::Objects::TicketingUrl

Inherits:
Object
  • Object
show all
Defined in:
lib/ticketfly_plus/objects.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject

Returns the value of attribute name.



274
275
276
# File 'lib/ticketfly_plus/objects.rb', line 274

def name
  @name
end

#urlObject

Returns the value of attribute url.



275
276
277
# File 'lib/ticketfly_plus/objects.rb', line 275

def url
  @url
end