class TicketflyPlus::Objects::Org

Attributes

id[RW]
name[RW]
promoter[RW]
timeZone[RW]

Public Class Methods

new(org) click to toggle source
# File lib/ticketfly_plus/objects.rb, line 123
def initialize(org)
    @id = org['id']
    @name = org['name']
    @promoter = org['promoter']
    @timeZone = org['timeZone']
end