Class: TicketflyPlus::Objects::PurchaseSkin
- Inherits:
-
Object
- Object
- TicketflyPlus::Objects::PurchaseSkin
- Defined in:
- lib/ticketfly_plus/objects.rb
Instance Attribute Summary collapse
-
#backgroundColor ⇒ Object
Returns the value of attribute backgroundColor.
-
#backgroundFixed ⇒ Object
Returns the value of attribute backgroundFixed.
-
#backgroundImage ⇒ Object
Returns the value of attribute backgroundImage.
-
#backgroundPositionType ⇒ Object
Returns the value of attribute backgroundPositionType.
-
#backgroundRepeatType ⇒ Object
Returns the value of attribute backgroundRepeatType.
-
#bodyHoverColor ⇒ Object
Returns the value of attribute bodyHoverColor.
-
#bodyLinkColor ⇒ Object
Returns the value of attribute bodyLinkColor.
-
#bodyTextColor ⇒ Object
Returns the value of attribute bodyTextColor.
-
#class ⇒ Object
Returns the value of attribute class.
-
#contentBackgroundColor ⇒ Object
Returns the value of attribute contentBackgroundColor.
-
#dateCreated ⇒ Object
Returns the value of attribute dateCreated.
-
#eventInfoBoxBackgroundColor ⇒ Object
Returns the value of attribute eventInfoBoxBackgroundColor.
-
#eventInfoBoxBorderColor ⇒ Object
Returns the value of attribute eventInfoBoxBorderColor.
-
#eventInfoBoxHeadlinerColor ⇒ Object
Returns the value of attribute eventInfoBoxHeadlinerColor.
-
#eventInfoBoxHoverColor ⇒ Object
Returns the value of attribute eventInfoBoxHoverColor.
-
#eventInfoBoxLinkColor ⇒ Object
Returns the value of attribute eventInfoBoxLinkColor.
-
#eventInfoBoxTextColor ⇒ Object
Returns the value of attribute eventInfoBoxTextColor.
-
#eventInfoSubheadColor ⇒ Object
Returns the value of attribute eventInfoSubheadColor.
-
#eventInfoSubheadTextColor ⇒ Object
Returns the value of attribute eventInfoSubheadTextColor.
-
#footerHtml ⇒ Object
Returns the value of attribute footerHtml.
-
#footerImage ⇒ Object
Returns the value of attribute footerImage.
-
#footerTextColor ⇒ Object
Returns the value of attribute footerTextColor.
-
#footerTicketflyLogo ⇒ Object
Returns the value of attribute footerTicketflyLogo.
-
#headerHtml ⇒ Object
Returns the value of attribute headerHtml.
-
#headerImage ⇒ Object
Returns the value of attribute headerImage.
-
#headerTextColor ⇒ Object
Returns the value of attribute headerTextColor.
-
#headerTicketflyLogo ⇒ Object
Returns the value of attribute headerTicketflyLogo.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastUpdated ⇒ Object
Returns the value of attribute lastUpdated.
-
#name ⇒ Object
Returns the value of attribute name.
-
#org ⇒ Object
Returns the value of attribute org.
-
#secondaryBorderColor ⇒ Object
Returns the value of attribute secondaryBorderColor.
-
#theme ⇒ Object
Returns the value of attribute theme.
-
#ticketButtonColor ⇒ Object
Returns the value of attribute ticketButtonColor.
-
#ticketButtonTextColor ⇒ Object
Returns the value of attribute ticketButtonTextColor.
Instance Method Summary collapse
-
#initialize(skin) ⇒ PurchaseSkin
constructor
A new instance of PurchaseSkin.
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'] = skin['footerHtml'] = skin['footerImage'] = skin['footerTextColor'] = skin['footerTicketflyLogo'] @headerHtml = skin['headerHtml'] @headerImage = skin['headerImage'] @headerTextColor = skin['headerTextColor'] @headerTicketflyLogo = 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
#backgroundColor ⇒ Object
Returns the value of attribute backgroundColor.
296 297 298 |
# File 'lib/ticketfly_plus/objects.rb', line 296 def backgroundColor @backgroundColor end |
#backgroundFixed ⇒ Object
Returns the value of attribute backgroundFixed.
297 298 299 |
# File 'lib/ticketfly_plus/objects.rb', line 297 def backgroundFixed @backgroundFixed end |
#backgroundImage ⇒ Object
Returns the value of attribute backgroundImage.
298 299 300 |
# File 'lib/ticketfly_plus/objects.rb', line 298 def backgroundImage @backgroundImage end |
#backgroundPositionType ⇒ Object
Returns the value of attribute backgroundPositionType.
299 300 301 |
# File 'lib/ticketfly_plus/objects.rb', line 299 def backgroundPositionType @backgroundPositionType end |
#backgroundRepeatType ⇒ Object
Returns the value of attribute backgroundRepeatType.
300 301 302 |
# File 'lib/ticketfly_plus/objects.rb', line 300 def backgroundRepeatType @backgroundRepeatType end |
#bodyHoverColor ⇒ Object
Returns the value of attribute bodyHoverColor.
301 302 303 |
# File 'lib/ticketfly_plus/objects.rb', line 301 def bodyHoverColor @bodyHoverColor end |
#bodyLinkColor ⇒ Object
Returns the value of attribute bodyLinkColor.
302 303 304 |
# File 'lib/ticketfly_plus/objects.rb', line 302 def bodyLinkColor @bodyLinkColor end |
#bodyTextColor ⇒ Object
Returns the value of attribute bodyTextColor.
303 304 305 |
# File 'lib/ticketfly_plus/objects.rb', line 303 def bodyTextColor @bodyTextColor end |
#class ⇒ Object
Returns the value of attribute class.
304 305 306 |
# File 'lib/ticketfly_plus/objects.rb', line 304 def class @class end |
#contentBackgroundColor ⇒ Object
Returns the value of attribute contentBackgroundColor.
305 306 307 |
# File 'lib/ticketfly_plus/objects.rb', line 305 def contentBackgroundColor @contentBackgroundColor end |
#dateCreated ⇒ Object
Returns the value of attribute dateCreated.
306 307 308 |
# File 'lib/ticketfly_plus/objects.rb', line 306 def dateCreated @dateCreated end |
#eventInfoBoxBackgroundColor ⇒ Object
Returns the value of attribute eventInfoBoxBackgroundColor.
307 308 309 |
# File 'lib/ticketfly_plus/objects.rb', line 307 def eventInfoBoxBackgroundColor @eventInfoBoxBackgroundColor end |
#eventInfoBoxBorderColor ⇒ Object
Returns the value of attribute eventInfoBoxBorderColor.
308 309 310 |
# File 'lib/ticketfly_plus/objects.rb', line 308 def eventInfoBoxBorderColor @eventInfoBoxBorderColor end |
#eventInfoBoxHeadlinerColor ⇒ Object
Returns the value of attribute eventInfoBoxHeadlinerColor.
309 310 311 |
# File 'lib/ticketfly_plus/objects.rb', line 309 def eventInfoBoxHeadlinerColor @eventInfoBoxHeadlinerColor end |
#eventInfoBoxHoverColor ⇒ Object
Returns the value of attribute eventInfoBoxHoverColor.
310 311 312 |
# File 'lib/ticketfly_plus/objects.rb', line 310 def eventInfoBoxHoverColor @eventInfoBoxHoverColor end |
#eventInfoBoxLinkColor ⇒ Object
Returns the value of attribute eventInfoBoxLinkColor.
311 312 313 |
# File 'lib/ticketfly_plus/objects.rb', line 311 def eventInfoBoxLinkColor @eventInfoBoxLinkColor end |
#eventInfoBoxTextColor ⇒ Object
Returns the value of attribute eventInfoBoxTextColor.
312 313 314 |
# File 'lib/ticketfly_plus/objects.rb', line 312 def eventInfoBoxTextColor @eventInfoBoxTextColor end |
#eventInfoSubheadColor ⇒ Object
Returns the value of attribute eventInfoSubheadColor.
313 314 315 |
# File 'lib/ticketfly_plus/objects.rb', line 313 def eventInfoSubheadColor @eventInfoSubheadColor end |
#eventInfoSubheadTextColor ⇒ Object
Returns the value of attribute eventInfoSubheadTextColor.
314 315 316 |
# File 'lib/ticketfly_plus/objects.rb', line 314 def eventInfoSubheadTextColor @eventInfoSubheadTextColor end |
#footerHtml ⇒ Object
Returns the value of attribute footerHtml.
315 316 317 |
# File 'lib/ticketfly_plus/objects.rb', line 315 def end |
#footerImage ⇒ Object
Returns the value of attribute footerImage.
316 317 318 |
# File 'lib/ticketfly_plus/objects.rb', line 316 def end |
#footerTextColor ⇒ Object
Returns the value of attribute footerTextColor.
317 318 319 |
# File 'lib/ticketfly_plus/objects.rb', line 317 def end |
#footerTicketflyLogo ⇒ Object
Returns the value of attribute footerTicketflyLogo.
318 319 320 |
# File 'lib/ticketfly_plus/objects.rb', line 318 def end |
#headerHtml ⇒ Object
Returns the value of attribute headerHtml.
319 320 321 |
# File 'lib/ticketfly_plus/objects.rb', line 319 def headerHtml @headerHtml end |
#headerImage ⇒ Object
Returns the value of attribute headerImage.
320 321 322 |
# File 'lib/ticketfly_plus/objects.rb', line 320 def headerImage @headerImage end |
#headerTextColor ⇒ Object
Returns the value of attribute headerTextColor.
321 322 323 |
# File 'lib/ticketfly_plus/objects.rb', line 321 def headerTextColor @headerTextColor end |
#headerTicketflyLogo ⇒ Object
Returns the value of attribute headerTicketflyLogo.
322 323 324 |
# File 'lib/ticketfly_plus/objects.rb', line 322 def headerTicketflyLogo @headerTicketflyLogo end |
#id ⇒ Object
Returns the value of attribute id.
323 324 325 |
# File 'lib/ticketfly_plus/objects.rb', line 323 def id @id end |
#lastUpdated ⇒ Object
Returns the value of attribute lastUpdated.
324 325 326 |
# File 'lib/ticketfly_plus/objects.rb', line 324 def lastUpdated @lastUpdated end |
#name ⇒ Object
Returns the value of attribute name.
325 326 327 |
# File 'lib/ticketfly_plus/objects.rb', line 325 def name @name end |
#org ⇒ Object
Returns the value of attribute org.
326 327 328 |
# File 'lib/ticketfly_plus/objects.rb', line 326 def org @org end |
#secondaryBorderColor ⇒ Object
Returns the value of attribute secondaryBorderColor.
327 328 329 |
# File 'lib/ticketfly_plus/objects.rb', line 327 def secondaryBorderColor @secondaryBorderColor end |
#theme ⇒ Object
Returns the value of attribute theme.
328 329 330 |
# File 'lib/ticketfly_plus/objects.rb', line 328 def theme @theme end |
#ticketButtonColor ⇒ Object
Returns the value of attribute ticketButtonColor.
329 330 331 |
# File 'lib/ticketfly_plus/objects.rb', line 329 def ticketButtonColor @ticketButtonColor end |
#ticketButtonTextColor ⇒ Object
Returns the value of attribute ticketButtonTextColor.
330 331 332 |
# File 'lib/ticketfly_plus/objects.rb', line 330 def ticketButtonTextColor @ticketButtonTextColor end |