Class: EBay::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 - EBay::AccessRuleCurrentStatusCodeType
ruleStatus - EBay::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.



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

Returns the value of attribute __xmlele_any.



20645
20646
20647
# File 'lib/eBay.rb', line 20645

def __xmlele_any
  @__xmlele_any
end

#callNameObject

Returns the value of attribute callName.



20629
20630
20631
# File 'lib/eBay.rb', line 20629

def callName
  @callName
end

#countsTowardAggregateObject

Returns the value of attribute countsTowardAggregate.



20630
20631
20632
# File 'lib/eBay.rb', line 20630

def countsTowardAggregate
  @countsTowardAggregate
end

#dailyHardLimitObject

Returns the value of attribute dailyHardLimit.



20631
20632
20633
# File 'lib/eBay.rb', line 20631

def dailyHardLimit
  @dailyHardLimit
end

#dailySoftLimitObject

Returns the value of attribute dailySoftLimit.



20632
20633
20634
# File 'lib/eBay.rb', line 20632

def dailySoftLimit
  @dailySoftLimit
end

#dailyUsageObject

Returns the value of attribute dailyUsage.



20633
20634
20635
# File 'lib/eBay.rb', line 20633

def dailyUsage
  @dailyUsage
end

#hourlyHardLimitObject

Returns the value of attribute hourlyHardLimit.



20634
20635
20636
# File 'lib/eBay.rb', line 20634

def hourlyHardLimit
  @hourlyHardLimit
end

#hourlySoftLimitObject

Returns the value of attribute hourlySoftLimit.



20635
20636
20637
# File 'lib/eBay.rb', line 20635

def hourlySoftLimit
  @hourlySoftLimit
end

#hourlyUsageObject

Returns the value of attribute hourlyUsage.



20636
20637
20638
# File 'lib/eBay.rb', line 20636

def hourlyUsage
  @hourlyUsage
end

#modTimeObject

Returns the value of attribute modTime.



20642
20643
20644
# File 'lib/eBay.rb', line 20642

def modTime
  @modTime
end

#periodObject

Returns the value of attribute period.



20637
20638
20639
# File 'lib/eBay.rb', line 20637

def period
  @period
end

#periodicHardLimitObject

Returns the value of attribute periodicHardLimit.



20638
20639
20640
# File 'lib/eBay.rb', line 20638

def periodicHardLimit
  @periodicHardLimit
end

#periodicSoftLimitObject

Returns the value of attribute periodicSoftLimit.



20639
20640
20641
# File 'lib/eBay.rb', line 20639

def periodicSoftLimit
  @periodicSoftLimit
end

#periodicStartDateObject

Returns the value of attribute periodicStartDate.



20641
20642
20643
# File 'lib/eBay.rb', line 20641

def periodicStartDate
  @periodicStartDate
end

#periodicUsageObject

Returns the value of attribute periodicUsage.



20640
20641
20642
# File 'lib/eBay.rb', line 20640

def periodicUsage
  @periodicUsage
end

#ruleCurrentStatusObject

Returns the value of attribute ruleCurrentStatus.



20643
20644
20645
# File 'lib/eBay.rb', line 20643

def ruleCurrentStatus
  @ruleCurrentStatus
end

#ruleStatusObject

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