Class: EBay::PaginationResultType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPaginationResultType

totalNumberOfPages - SOAP::SOAPInt
totalNumberOfEntries - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalNumberOfPages = nil, totalNumberOfEntries = nil) ⇒ PaginationResultType

Returns a new instance of PaginationResultType.



28372
28373
28374
28375
28376
# File 'lib/eBay.rb', line 28372

def initialize(totalNumberOfPages = nil, totalNumberOfEntries = nil)
  @totalNumberOfPages = totalNumberOfPages
  @totalNumberOfEntries = totalNumberOfEntries
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28366
28367
28368
# File 'lib/eBay.rb', line 28366

def __xmlele_any
  @__xmlele_any
end

#totalNumberOfEntriesObject

Returns the value of attribute totalNumberOfEntries.



28365
28366
28367
# File 'lib/eBay.rb', line 28365

def totalNumberOfEntries
  @totalNumberOfEntries
end

#totalNumberOfPagesObject

Returns the value of attribute totalNumberOfPages.



28364
28365
28366
# File 'lib/eBay.rb', line 28364

def totalNumberOfPages
  @totalNumberOfPages
end

Instance Method Details

#set_any(elements) ⇒ Object



28368
28369
28370
# File 'lib/eBay.rb', line 28368

def set_any(elements)
  @__xmlele_any = elements
end