Class: CrvApiClient::Api::Animals::PagerType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::PagerType
- 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
-
#fromNr ⇒ Object
Returns the value of attribute fromNr.
-
#pagerNr ⇒ Object
Returns the value of attribute pagerNr.
-
#textBody ⇒ Object
Returns the value of attribute textBody.
Instance Method Summary collapse
-
#initialize(fromNr = nil, pagerNr = nil, textBody = nil) ⇒ PagerType
constructor
A new instance of PagerType.
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
#fromNr ⇒ Object
Returns the value of attribute fromNr.
538 539 540 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 538 def fromNr @fromNr end |
#pagerNr ⇒ Object
Returns the value of attribute pagerNr.
539 540 541 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 539 def pagerNr @pagerNr end |
#textBody ⇒ Object
Returns the value of attribute textBody.
540 541 542 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 540 def textBody @textBody end |