Class: CrvApiClient::Api::Reproduction::HourCode

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

Overview

/hourCode

hourCd - SOAP::SOAPString
description - SOAP::SOAPString
hourMutateAllowed - SOAP::SOAPString
hourNecessary - SOAP::SOAPString
addressMutateAllowed - SOAP::SOAPString
addressNecessary - SOAP::SOAPString
activityMutateAllowed - SOAP::SOAPString
activityNecessary - SOAP::SOAPString
kilometresMutateAllowed - SOAP::SOAPString
kilometresNecessary - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hourCd = nil, description = nil, hourMutateAllowed = nil, hourNecessary = nil, addressMutateAllowed = nil, addressNecessary = nil, activityMutateAllowed = nil, activityNecessary = nil, kilometresMutateAllowed = nil, kilometresNecessary = nil) ⇒ HourCode

Returns a new instance of HourCode.



1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1142

def initialize(hourCd = nil, description = nil, hourMutateAllowed = nil, hourNecessary = nil, addressMutateAllowed = nil, addressNecessary = nil, activityMutateAllowed = nil, activityNecessary = nil, kilometresMutateAllowed = nil, kilometresNecessary = nil)
  @hourCd = hourCd
  @description = description
  @hourMutateAllowed = hourMutateAllowed
  @hourNecessary = hourNecessary
  @addressMutateAllowed = addressMutateAllowed
  @addressNecessary = addressNecessary
  @activityMutateAllowed = activityMutateAllowed
  @activityNecessary = activityNecessary
  @kilometresMutateAllowed = kilometresMutateAllowed
  @kilometresNecessary = kilometresNecessary
end

Instance Attribute Details

#activityMutateAllowedObject

Returns the value of attribute activityMutateAllowed.



1137
1138
1139
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1137

def activityMutateAllowed
  @activityMutateAllowed
end

#activityNecessaryObject

Returns the value of attribute activityNecessary.



1138
1139
1140
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1138

def activityNecessary
  @activityNecessary
end

#addressMutateAllowedObject

Returns the value of attribute addressMutateAllowed.



1135
1136
1137
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1135

def addressMutateAllowed
  @addressMutateAllowed
end

#addressNecessaryObject

Returns the value of attribute addressNecessary.



1136
1137
1138
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1136

def addressNecessary
  @addressNecessary
end

#descriptionObject

Returns the value of attribute description.



1132
1133
1134
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1132

def description
  @description
end

#hourCdObject

Returns the value of attribute hourCd.



1131
1132
1133
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1131

def hourCd
  @hourCd
end

#hourMutateAllowedObject

Returns the value of attribute hourMutateAllowed.



1133
1134
1135
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1133

def hourMutateAllowed
  @hourMutateAllowed
end

#hourNecessaryObject

Returns the value of attribute hourNecessary.



1134
1135
1136
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1134

def hourNecessary
  @hourNecessary
end

#kilometresMutateAllowedObject

Returns the value of attribute kilometresMutateAllowed.



1139
1140
1141
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1139

def kilometresMutateAllowed
  @kilometresMutateAllowed
end

#kilometresNecessaryObject

Returns the value of attribute kilometresNecessary.



1140
1141
1142
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1140

def kilometresNecessary
  @kilometresNecessary
end