class CrvApiClient::Api::Animals::PagerType

{ws.crvholding.com/commonTypes/}pagerType

fromNr - SOAP::SOAPString
pagerNr - SOAP::SOAPString
textBody - SOAP::SOAPString

Attributes

fromNr[RW]
pagerNr[RW]
textBody[RW]

Public Class Methods

new(fromNr = nil, pagerNr = nil, textBody = nil) click to toggle source
# File lib/crv_api_client/api/animals/animals.rb, line 542
def initialize(fromNr = nil, pagerNr = nil, textBody = nil)
  @fromNr = fromNr
  @pagerNr = pagerNr
  @textBody = textBody
end