Class: EBay::ApiAccessRuleType
- Inherits:
-
Object
- Object
- EBay::ApiAccessRuleType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsApiAccessRuleType
callName - SOAP::SOAPString
countsTowardAggregate - SOAP::SOAPBoolean
dailyHardLimit - SOAP::SOAPLong
dailySoftLimit - SOAP::SOAPLong
dailyUsage - SOAP::SOAPLong
hourlyHardLimit - SOAP::SOAPLong
hourlySoftLimit - SOAP::SOAPLong
hourlyUsage - SOAP::SOAPLong
period - SOAP::SOAPInt
periodicHardLimit - SOAP::SOAPLong
periodicSoftLimit - SOAP::SOAPLong
periodicUsage - SOAP::SOAPLong
periodicStartDate - SOAP::SOAPDateTime
modTime - SOAP::SOAPDateTime
ruleCurrentStatus - EBay::AccessRuleCurrentStatusCodeType
ruleStatus - EBay::AccessRuleStatusCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#callName ⇒ Object
Returns the value of attribute callName.
-
#countsTowardAggregate ⇒ Object
Returns the value of attribute countsTowardAggregate.
-
#dailyHardLimit ⇒ Object
Returns the value of attribute dailyHardLimit.
-
#dailySoftLimit ⇒ Object
Returns the value of attribute dailySoftLimit.
-
#dailyUsage ⇒ Object
Returns the value of attribute dailyUsage.
-
#hourlyHardLimit ⇒ Object
Returns the value of attribute hourlyHardLimit.
-
#hourlySoftLimit ⇒ Object
Returns the value of attribute hourlySoftLimit.
-
#hourlyUsage ⇒ Object
Returns the value of attribute hourlyUsage.
-
#modTime ⇒ Object
Returns the value of attribute modTime.
-
#period ⇒ Object
Returns the value of attribute period.
-
#periodicHardLimit ⇒ Object
Returns the value of attribute periodicHardLimit.
-
#periodicSoftLimit ⇒ Object
Returns the value of attribute periodicSoftLimit.
-
#periodicStartDate ⇒ Object
Returns the value of attribute periodicStartDate.
-
#periodicUsage ⇒ Object
Returns the value of attribute periodicUsage.
-
#ruleCurrentStatus ⇒ Object
Returns the value of attribute ruleCurrentStatus.
-
#ruleStatus ⇒ Object
Returns the value of attribute ruleStatus.
Instance Method Summary collapse
-
#initialize(callName = nil, countsTowardAggregate = nil, dailyHardLimit = nil, dailySoftLimit = nil, dailyUsage = nil, hourlyHardLimit = nil, hourlySoftLimit = nil, hourlyUsage = nil, period = nil, periodicHardLimit = nil, periodicSoftLimit = nil, periodicUsage = nil, periodicStartDate = nil, modTime = nil, ruleCurrentStatus = nil, ruleStatus = nil) ⇒ ApiAccessRuleType
constructor
A new instance of ApiAccessRuleType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(callName = nil, countsTowardAggregate = nil, dailyHardLimit = nil, dailySoftLimit = nil, dailyUsage = nil, hourlyHardLimit = nil, hourlySoftLimit = nil, hourlyUsage = nil, period = nil, periodicHardLimit = nil, periodicSoftLimit = nil, periodicUsage = nil, periodicStartDate = nil, modTime = nil, ruleCurrentStatus = nil, ruleStatus = nil) ⇒ ApiAccessRuleType
Returns a new instance of ApiAccessRuleType.
20651 20652 20653 20654 20655 20656 20657 20658 20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 |
# File 'lib/eBay.rb', line 20651 def initialize(callName = nil, countsTowardAggregate = nil, dailyHardLimit = nil, dailySoftLimit = nil, dailyUsage = nil, hourlyHardLimit = nil, hourlySoftLimit = nil, hourlyUsage = nil, period = nil, periodicHardLimit = nil, periodicSoftLimit = nil, periodicUsage = nil, periodicStartDate = nil, modTime = nil, ruleCurrentStatus = nil, ruleStatus = nil) @callName = callName @countsTowardAggregate = countsTowardAggregate @dailyHardLimit = dailyHardLimit @dailySoftLimit = dailySoftLimit @dailyUsage = dailyUsage @hourlyHardLimit = hourlyHardLimit @hourlySoftLimit = hourlySoftLimit @hourlyUsage = hourlyUsage @period = period @periodicHardLimit = periodicHardLimit @periodicSoftLimit = periodicSoftLimit @periodicUsage = periodicUsage @periodicStartDate = periodicStartDate @modTime = modTime @ruleCurrentStatus = ruleCurrentStatus @ruleStatus = ruleStatus @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20645 20646 20647 |
# File 'lib/eBay.rb', line 20645 def __xmlele_any @__xmlele_any end |
#callName ⇒ Object
Returns the value of attribute callName.
20629 20630 20631 |
# File 'lib/eBay.rb', line 20629 def callName @callName end |
#countsTowardAggregate ⇒ Object
Returns the value of attribute countsTowardAggregate.
20630 20631 20632 |
# File 'lib/eBay.rb', line 20630 def countsTowardAggregate @countsTowardAggregate end |
#dailyHardLimit ⇒ Object
Returns the value of attribute dailyHardLimit.
20631 20632 20633 |
# File 'lib/eBay.rb', line 20631 def dailyHardLimit @dailyHardLimit end |
#dailySoftLimit ⇒ Object
Returns the value of attribute dailySoftLimit.
20632 20633 20634 |
# File 'lib/eBay.rb', line 20632 def dailySoftLimit @dailySoftLimit end |
#dailyUsage ⇒ Object
Returns the value of attribute dailyUsage.
20633 20634 20635 |
# File 'lib/eBay.rb', line 20633 def dailyUsage @dailyUsage end |
#hourlyHardLimit ⇒ Object
Returns the value of attribute hourlyHardLimit.
20634 20635 20636 |
# File 'lib/eBay.rb', line 20634 def hourlyHardLimit @hourlyHardLimit end |
#hourlySoftLimit ⇒ Object
Returns the value of attribute hourlySoftLimit.
20635 20636 20637 |
# File 'lib/eBay.rb', line 20635 def hourlySoftLimit @hourlySoftLimit end |
#hourlyUsage ⇒ Object
Returns the value of attribute hourlyUsage.
20636 20637 20638 |
# File 'lib/eBay.rb', line 20636 def hourlyUsage @hourlyUsage end |
#modTime ⇒ Object
Returns the value of attribute modTime.
20642 20643 20644 |
# File 'lib/eBay.rb', line 20642 def modTime @modTime end |
#period ⇒ Object
Returns the value of attribute period.
20637 20638 20639 |
# File 'lib/eBay.rb', line 20637 def period @period end |
#periodicHardLimit ⇒ Object
Returns the value of attribute periodicHardLimit.
20638 20639 20640 |
# File 'lib/eBay.rb', line 20638 def periodicHardLimit @periodicHardLimit end |
#periodicSoftLimit ⇒ Object
Returns the value of attribute periodicSoftLimit.
20639 20640 20641 |
# File 'lib/eBay.rb', line 20639 def periodicSoftLimit @periodicSoftLimit end |
#periodicStartDate ⇒ Object
Returns the value of attribute periodicStartDate.
20641 20642 20643 |
# File 'lib/eBay.rb', line 20641 def periodicStartDate @periodicStartDate end |
#periodicUsage ⇒ Object
Returns the value of attribute periodicUsage.
20640 20641 20642 |
# File 'lib/eBay.rb', line 20640 def periodicUsage @periodicUsage end |
#ruleCurrentStatus ⇒ Object
Returns the value of attribute ruleCurrentStatus.
20643 20644 20645 |
# File 'lib/eBay.rb', line 20643 def ruleCurrentStatus @ruleCurrentStatus end |
#ruleStatus ⇒ Object
Returns the value of attribute ruleStatus.
20644 20645 20646 |
# File 'lib/eBay.rb', line 20644 def ruleStatus @ruleStatus end |
Instance Method Details
#set_any(elements) ⇒ Object
20647 20648 20649 |
# File 'lib/eBay.rb', line 20647 def set_any(elements) @__xmlele_any = elements end |