Class: ApiAccessRuleType

Inherits:
Object
  • Object
show all
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 - AccessRuleCurrentStatusCodeType
ruleStatus - AccessRuleStatusCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



16586
16587
16588
16589
16590
16591
16592
16593
16594
16595
16596
16597
16598
16599
16600
16601
16602
16603
16604
# File 'lib/eBay.rb', line 16586

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16580
16581
16582
# File 'lib/eBay.rb', line 16580

def __xmlele_any
  @__xmlele_any
end

#callNameObject

Returns the value of attribute callName.



16564
16565
16566
# File 'lib/eBay.rb', line 16564

def callName
  @callName
end

#countsTowardAggregateObject

Returns the value of attribute countsTowardAggregate.



16565
16566
16567
# File 'lib/eBay.rb', line 16565

def countsTowardAggregate
  @countsTowardAggregate
end

#dailyHardLimitObject

Returns the value of attribute dailyHardLimit.



16566
16567
16568
# File 'lib/eBay.rb', line 16566

def dailyHardLimit
  @dailyHardLimit
end

#dailySoftLimitObject

Returns the value of attribute dailySoftLimit.



16567
16568
16569
# File 'lib/eBay.rb', line 16567

def dailySoftLimit
  @dailySoftLimit
end

#dailyUsageObject

Returns the value of attribute dailyUsage.



16568
16569
16570
# File 'lib/eBay.rb', line 16568

def dailyUsage
  @dailyUsage
end

#hourlyHardLimitObject

Returns the value of attribute hourlyHardLimit.



16569
16570
16571
# File 'lib/eBay.rb', line 16569

def hourlyHardLimit
  @hourlyHardLimit
end

#hourlySoftLimitObject

Returns the value of attribute hourlySoftLimit.



16570
16571
16572
# File 'lib/eBay.rb', line 16570

def hourlySoftLimit
  @hourlySoftLimit
end

#hourlyUsageObject

Returns the value of attribute hourlyUsage.



16571
16572
16573
# File 'lib/eBay.rb', line 16571

def hourlyUsage
  @hourlyUsage
end

#modTimeObject

Returns the value of attribute modTime.



16577
16578
16579
# File 'lib/eBay.rb', line 16577

def modTime
  @modTime
end

#periodObject

Returns the value of attribute period.



16572
16573
16574
# File 'lib/eBay.rb', line 16572

def period
  @period
end

#periodicHardLimitObject

Returns the value of attribute periodicHardLimit.



16573
16574
16575
# File 'lib/eBay.rb', line 16573

def periodicHardLimit
  @periodicHardLimit
end

#periodicSoftLimitObject

Returns the value of attribute periodicSoftLimit.



16574
16575
16576
# File 'lib/eBay.rb', line 16574

def periodicSoftLimit
  @periodicSoftLimit
end

#periodicStartDateObject

Returns the value of attribute periodicStartDate.



16576
16577
16578
# File 'lib/eBay.rb', line 16576

def periodicStartDate
  @periodicStartDate
end

#periodicUsageObject

Returns the value of attribute periodicUsage.



16575
16576
16577
# File 'lib/eBay.rb', line 16575

def periodicUsage
  @periodicUsage
end

#ruleCurrentStatusObject

Returns the value of attribute ruleCurrentStatus.



16578
16579
16580
# File 'lib/eBay.rb', line 16578

def ruleCurrentStatus
  @ruleCurrentStatus
end

#ruleStatusObject

Returns the value of attribute ruleStatus.



16579
16580
16581
# File 'lib/eBay.rb', line 16579

def ruleStatus
  @ruleStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



16582
16583
16584
# File 'lib/eBay.rb', line 16582

def set_any(elements)
  @__xmlele_any = elements
end