Class: QueueIt::CancelEventConfig
- Inherits:
-
Object
- Object
- QueueIt::CancelEventConfig
- Defined in:
- lib/queueit_knownuserv3/models.rb
Instance Attribute Summary collapse
-
#cookieDomain ⇒ Object
Returns the value of attribute cookieDomain.
-
#eventId ⇒ Object
Returns the value of attribute eventId.
-
#queueDomain ⇒ Object
Returns the value of attribute queueDomain.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ CancelEventConfig
constructor
A new instance of CancelEventConfig.
- #toString ⇒ Object
Constructor Details
#initialize ⇒ CancelEventConfig
Returns a new instance of CancelEventConfig.
20 21 22 23 24 25 |
# File 'lib/queueit_knownuserv3/models.rb', line 20 def initialize @eventId = nil @queueDomain = nil @cookieDomain = nil @version = nil end |
Instance Attribute Details
#cookieDomain ⇒ Object
Returns the value of attribute cookieDomain.
17 18 19 |
# File 'lib/queueit_knownuserv3/models.rb', line 17 def @cookieDomain end |
#eventId ⇒ Object
Returns the value of attribute eventId.
15 16 17 |
# File 'lib/queueit_knownuserv3/models.rb', line 15 def eventId @eventId end |
#queueDomain ⇒ Object
Returns the value of attribute queueDomain.
16 17 18 |
# File 'lib/queueit_knownuserv3/models.rb', line 16 def queueDomain @queueDomain end |
#version ⇒ Object
Returns the value of attribute version.
18 19 20 |
# File 'lib/queueit_knownuserv3/models.rb', line 18 def version @version end |