class TicketflyPlus::Objects::TicketingUrl

Attributes

name[RW]
url[RW]

Public Class Methods

new(url) click to toggle source
# File lib/ticketfly_plus/objects.rb, line 277
def initialize(url)
    @name = url['name']
    @url = url['url']
end