Class: CrvApiClient::Api::Animals::ListDomain

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

Overview

/listDomain

domain - CrvApiClient::Api::Animals::Domain
languageCode - SOAP::SOAPString
representationType - CrvApiClient::Api::Animals::RepresentationType
actual - CrvApiClient::Api::Animals::BooleanType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = [], languageCode = nil, representationType = nil, actual = nil) ⇒ ListDomain

Returns a new instance of ListDomain.



663
664
665
666
667
668
# File 'lib/crv_api_client/api/animals/animals.rb', line 663

def initialize(domain = [], languageCode = nil, representationType = nil, actual = nil)
  @domain = domain
  @languageCode = languageCode
  @representationType = representationType
  @actual = actual
end

Instance Attribute Details

#actualObject

Returns the value of attribute actual.



661
662
663
# File 'lib/crv_api_client/api/animals/animals.rb', line 661

def actual
  @actual
end

#domainObject

Returns the value of attribute domain.



658
659
660
# File 'lib/crv_api_client/api/animals/animals.rb', line 658

def domain
  @domain
end

#languageCodeObject

Returns the value of attribute languageCode.



659
660
661
# File 'lib/crv_api_client/api/animals/animals.rb', line 659

def languageCode
  @languageCode
end

#representationTypeObject

Returns the value of attribute representationType.



660
661
662
# File 'lib/crv_api_client/api/animals/animals.rb', line 660

def representationType
  @representationType
end