Class: CrvApiClient::Api::Reproduction::ListDomain
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::ListDomain
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/listDomain
domain - CrvApiClient::Api::Reproduction::Domain
languageCode - SOAP::SOAPString
representationType - CrvApiClient::Api::Reproduction::RepresentationType
actual - CrvApiClient::Api::Reproduction::BooleanType
Instance Attribute Summary collapse
-
#actual ⇒ Object
Returns the value of attribute actual.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
-
#representationType ⇒ Object
Returns the value of attribute representationType.
Instance Method Summary collapse
-
#initialize(domain = [], languageCode = nil, representationType = nil, actual = nil) ⇒ ListDomain
constructor
A new instance of ListDomain.
Constructor Details
#initialize(domain = [], languageCode = nil, representationType = nil, actual = nil) ⇒ ListDomain
Returns a new instance of ListDomain.
1024 1025 1026 1027 1028 1029 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1024 def initialize(domain = [], languageCode = nil, representationType = nil, actual = nil) @domain = domain @languageCode = languageCode @representationType = representationType @actual = actual end |
Instance Attribute Details
#actual ⇒ Object
Returns the value of attribute actual.
1022 1023 1024 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1022 def actual @actual end |
#domain ⇒ Object
Returns the value of attribute domain.
1019 1020 1021 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1019 def domain @domain end |
#languageCode ⇒ Object
Returns the value of attribute languageCode.
1020 1021 1022 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1020 def languageCode @languageCode end |
#representationType ⇒ Object
Returns the value of attribute representationType.
1021 1022 1023 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1021 def representationType @representationType end |