Class: TicketflyPlus::Objects::PurchaseSkin

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(skin) ⇒ PurchaseSkin

Returns a new instance of PurchaseSkin.



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
# File 'lib/ticketfly_plus/objects.rb', line 332

def initialize(skin)
    @backgroundColor = skin['backgroundColor']
    @backgroundFixed = skin['backgroundFixed']
    @backgroundImage = skin['backgroundImage']
    @backgroundPositionType = skin['backgroundPositionType']
    @backgroundRepeatType = skin['backgroundRepeatType']
    @bodyHoverColor = skin['bodyHoverColor']
    @bodyLinkColor = skin['bodyLinkColor']
    @bodyTextColor = skin['bodyTextColor']
    @class = skin['class']
    @contentBackgroundColor = skin['contentBackgroundColor']
    @dateCreated = skin['dateCreated']
    @eventInfoBoxBackgroundColor = skin['eventInfoBoxBackgroundColor']
    @eventInfoBoxBorderColor = skin['eventInfoBoxBorderColor']
    @eventInfoBoxHeadlinerColor = skin['eventInfoBoxHeadlinerColor']
    @eventInfoBoxHoverColor = skin['eventInfoBoxHoverColor']
    @eventInfoBoxLinkColor = skin['eventInfoBoxLinkColor']
    @eventInfoBoxTextColor = skin['eventInfoBoxTextColor']
    @eventInfoSubheadColor = skin['eventInfoSubheadColor']
    @eventInfoSubheadTextColor = skin['eventInfoSubheadTextColor']
    @footerHtml = skin['footerHtml']
    @footerImage = skin['footerImage']
    @footerTextColor = skin['footerTextColor']
     = skin['footerTicketflyLogo']
    @headerHtml = skin['headerHtml']
    @headerImage = skin['headerImage']
    @headerTextColor = skin['headerTextColor']
     = skin['headerTicketflyLogo']
    @id = skin['id']
    @lastUpdated = skin['lastUpdated']
    @name = skin['name']
    @org = skin['org']
    @secondaryBorderColor = skin['secondaryBorderColor']
    @theme = skin['theme']
    @ticketButtonColor = skin['ticketButtonColor']
    @ticketButtonTextColor = skin['ticketButtonTextColor']
end

Instance Attribute Details

#backgroundColorObject

Returns the value of attribute backgroundColor.



296
297
298
# File 'lib/ticketfly_plus/objects.rb', line 296

def backgroundColor
  @backgroundColor
end

#backgroundFixedObject

Returns the value of attribute backgroundFixed.



297
298
299
# File 'lib/ticketfly_plus/objects.rb', line 297

def backgroundFixed
  @backgroundFixed
end

#backgroundImageObject

Returns the value of attribute backgroundImage.



298
299
300
# File 'lib/ticketfly_plus/objects.rb', line 298

def backgroundImage
  @backgroundImage
end

#backgroundPositionTypeObject

Returns the value of attribute backgroundPositionType.



299
300
301
# File 'lib/ticketfly_plus/objects.rb', line 299

def backgroundPositionType
  @backgroundPositionType
end

#backgroundRepeatTypeObject

Returns the value of attribute backgroundRepeatType.



300
301
302
# File 'lib/ticketfly_plus/objects.rb', line 300

def backgroundRepeatType
  @backgroundRepeatType
end

#bodyHoverColorObject

Returns the value of attribute bodyHoverColor.



301
302
303
# File 'lib/ticketfly_plus/objects.rb', line 301

def bodyHoverColor
  @bodyHoverColor
end

#bodyLinkColorObject

Returns the value of attribute bodyLinkColor.



302
303
304
# File 'lib/ticketfly_plus/objects.rb', line 302

def bodyLinkColor
  @bodyLinkColor
end

#bodyTextColorObject

Returns the value of attribute bodyTextColor.



303
304
305
# File 'lib/ticketfly_plus/objects.rb', line 303

def bodyTextColor
  @bodyTextColor
end

#classObject

Returns the value of attribute class.



304
305
306
# File 'lib/ticketfly_plus/objects.rb', line 304

def class
  @class
end

#contentBackgroundColorObject

Returns the value of attribute contentBackgroundColor.



305
306
307
# File 'lib/ticketfly_plus/objects.rb', line 305

def contentBackgroundColor
  @contentBackgroundColor
end

#dateCreatedObject

Returns the value of attribute dateCreated.



306
307
308
# File 'lib/ticketfly_plus/objects.rb', line 306

def dateCreated
  @dateCreated
end

#eventInfoBoxBackgroundColorObject

Returns the value of attribute eventInfoBoxBackgroundColor.



307
308
309
# File 'lib/ticketfly_plus/objects.rb', line 307

def eventInfoBoxBackgroundColor
  @eventInfoBoxBackgroundColor
end

#eventInfoBoxBorderColorObject

Returns the value of attribute eventInfoBoxBorderColor.



308
309
310
# File 'lib/ticketfly_plus/objects.rb', line 308

def eventInfoBoxBorderColor
  @eventInfoBoxBorderColor
end

#eventInfoBoxHeadlinerColorObject

Returns the value of attribute eventInfoBoxHeadlinerColor.



309
310
311
# File 'lib/ticketfly_plus/objects.rb', line 309

def eventInfoBoxHeadlinerColor
  @eventInfoBoxHeadlinerColor
end

#eventInfoBoxHoverColorObject

Returns the value of attribute eventInfoBoxHoverColor.



310
311
312
# File 'lib/ticketfly_plus/objects.rb', line 310

def eventInfoBoxHoverColor
  @eventInfoBoxHoverColor
end

#eventInfoBoxLinkColorObject

Returns the value of attribute eventInfoBoxLinkColor.



311
312
313
# File 'lib/ticketfly_plus/objects.rb', line 311

def eventInfoBoxLinkColor
  @eventInfoBoxLinkColor
end

#eventInfoBoxTextColorObject

Returns the value of attribute eventInfoBoxTextColor.



312
313
314
# File 'lib/ticketfly_plus/objects.rb', line 312

def eventInfoBoxTextColor
  @eventInfoBoxTextColor
end

#eventInfoSubheadColorObject

Returns the value of attribute eventInfoSubheadColor.



313
314
315
# File 'lib/ticketfly_plus/objects.rb', line 313

def eventInfoSubheadColor
  @eventInfoSubheadColor
end

#eventInfoSubheadTextColorObject

Returns the value of attribute eventInfoSubheadTextColor.



314
315
316
# File 'lib/ticketfly_plus/objects.rb', line 314

def eventInfoSubheadTextColor
  @eventInfoSubheadTextColor
end

#footerHtmlObject

Returns the value of attribute footerHtml.



315
316
317
# File 'lib/ticketfly_plus/objects.rb', line 315

def footerHtml
  @footerHtml
end

#footerImageObject

Returns the value of attribute footerImage.



316
317
318
# File 'lib/ticketfly_plus/objects.rb', line 316

def footerImage
  @footerImage
end

#footerTextColorObject

Returns the value of attribute footerTextColor.



317
318
319
# File 'lib/ticketfly_plus/objects.rb', line 317

def footerTextColor
  @footerTextColor
end

#footerTicketflyLogoObject

Returns the value of attribute footerTicketflyLogo.



318
319
320
# File 'lib/ticketfly_plus/objects.rb', line 318

def 
  
end

#headerHtmlObject

Returns the value of attribute headerHtml.



319
320
321
# File 'lib/ticketfly_plus/objects.rb', line 319

def headerHtml
  @headerHtml
end

#headerImageObject

Returns the value of attribute headerImage.



320
321
322
# File 'lib/ticketfly_plus/objects.rb', line 320

def headerImage
  @headerImage
end

#headerTextColorObject

Returns the value of attribute headerTextColor.



321
322
323
# File 'lib/ticketfly_plus/objects.rb', line 321

def headerTextColor
  @headerTextColor
end

#headerTicketflyLogoObject

Returns the value of attribute headerTicketflyLogo.



322
323
324
# File 'lib/ticketfly_plus/objects.rb', line 322

def 
  
end

#idObject

Returns the value of attribute id.



323
324
325
# File 'lib/ticketfly_plus/objects.rb', line 323

def id
  @id
end

#lastUpdatedObject

Returns the value of attribute lastUpdated.



324
325
326
# File 'lib/ticketfly_plus/objects.rb', line 324

def lastUpdated
  @lastUpdated
end

#nameObject

Returns the value of attribute name.



325
326
327
# File 'lib/ticketfly_plus/objects.rb', line 325

def name
  @name
end

#orgObject

Returns the value of attribute org.



326
327
328
# File 'lib/ticketfly_plus/objects.rb', line 326

def org
  @org
end

#secondaryBorderColorObject

Returns the value of attribute secondaryBorderColor.



327
328
329
# File 'lib/ticketfly_plus/objects.rb', line 327

def secondaryBorderColor
  @secondaryBorderColor
end

#themeObject

Returns the value of attribute theme.



328
329
330
# File 'lib/ticketfly_plus/objects.rb', line 328

def theme
  @theme
end

#ticketButtonColorObject

Returns the value of attribute ticketButtonColor.



329
330
331
# File 'lib/ticketfly_plus/objects.rb', line 329

def ticketButtonColor
  @ticketButtonColor
end

#ticketButtonTextColorObject

Returns the value of attribute ticketButtonTextColor.



330
331
332
# File 'lib/ticketfly_plus/objects.rb', line 330

def ticketButtonTextColor
  @ticketButtonTextColor
end