Class: Etapper::API::PhoneAThonList
- Inherits:
-
Object
- Object
- Etapper::API::PhoneAThonList
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#currentCount ⇒ Object
Returns the value of attribute currentCount.
-
#description ⇒ Object
Returns the value of attribute description.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#initialCount ⇒ Object
Returns the value of attribute initialCount.
-
#lastGenerated ⇒ Object
Returns the value of attribute lastGenerated.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Method Summary collapse
-
#initialize(currentCount = nil, description = nil, enabled = nil, initialCount = nil, lastGenerated = nil, name = nil, ref = nil) ⇒ PhoneAThonList
constructor
A new instance of PhoneAThonList.
Constructor Details
#initialize(currentCount = nil, description = nil, enabled = nil, initialCount = nil, lastGenerated = nil, name = nil, ref = nil) ⇒ PhoneAThonList
Returns a new instance of PhoneAThonList.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'lib/etapper/api/service.rb', line 2504 def initialize(currentCount = nil, description = nil, enabled = nil, initialCount = nil, lastGenerated = nil, name = nil, ref = nil) @currentCount = currentCount @description = description @enabled = enabled @initialCount = initialCount @lastGenerated = lastGenerated @name = name @ref = ref end |
Instance Attribute Details
#currentCount ⇒ Object
Returns the value of attribute currentCount.
2496 2497 2498 |
# File 'lib/etapper/api/service.rb', line 2496 def currentCount @currentCount end |
#description ⇒ Object
Returns the value of attribute description.
2497 2498 2499 |
# File 'lib/etapper/api/service.rb', line 2497 def description @description end |
#enabled ⇒ Object
Returns the value of attribute enabled.
2498 2499 2500 |
# File 'lib/etapper/api/service.rb', line 2498 def enabled @enabled end |
#initialCount ⇒ Object
Returns the value of attribute initialCount.
2499 2500 2501 |
# File 'lib/etapper/api/service.rb', line 2499 def initialCount @initialCount end |
#lastGenerated ⇒ Object
Returns the value of attribute lastGenerated.
2500 2501 2502 |
# File 'lib/etapper/api/service.rb', line 2500 def lastGenerated @lastGenerated end |
#name ⇒ Object
Returns the value of attribute name.
2501 2502 2503 |
# File 'lib/etapper/api/service.rb', line 2501 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref.
2502 2503 2504 |
# File 'lib/etapper/api/service.rb', line 2502 def ref @ref end |