Class: CrvApiClient::Api::Animals::PagerType

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/pagerType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fromNr = nil, pagerNr = nil, textBody = nil) ⇒ PagerType

Returns a new instance of PagerType.



542
543
544
545
546
# 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

Instance Attribute Details

#fromNrObject

Returns the value of attribute fromNr.



538
539
540
# File 'lib/crv_api_client/api/animals/animals.rb', line 538

def fromNr
  @fromNr
end

#pagerNrObject

Returns the value of attribute pagerNr.



539
540
541
# File 'lib/crv_api_client/api/animals/animals.rb', line 539

def pagerNr
  @pagerNr
end

#textBodyObject

Returns the value of attribute textBody.



540
541
542
# File 'lib/crv_api_client/api/animals/animals.rb', line 540

def textBody
  @textBody
end