Class: CrvApiClient::Api::Animals::HourCode

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.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.



781
782
783
784
785
786
787
788
789
790
791
792
# File 'lib/crv_api_client/api/animals/animals.rb', line 781

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.



776
777
778
# File 'lib/crv_api_client/api/animals/animals.rb', line 776

def activityMutateAllowed
  @activityMutateAllowed
end

#activityNecessaryObject

Returns the value of attribute activityNecessary.



777
778
779
# File 'lib/crv_api_client/api/animals/animals.rb', line 777

def activityNecessary
  @activityNecessary
end

#addressMutateAllowedObject

Returns the value of attribute addressMutateAllowed.



774
775
776
# File 'lib/crv_api_client/api/animals/animals.rb', line 774

def addressMutateAllowed
  @addressMutateAllowed
end

#addressNecessaryObject

Returns the value of attribute addressNecessary.



775
776
777
# File 'lib/crv_api_client/api/animals/animals.rb', line 775

def addressNecessary
  @addressNecessary
end

#descriptionObject

Returns the value of attribute description.



771
772
773
# File 'lib/crv_api_client/api/animals/animals.rb', line 771

def description
  @description
end

#hourCdObject

Returns the value of attribute hourCd.



770
771
772
# File 'lib/crv_api_client/api/animals/animals.rb', line 770

def hourCd
  @hourCd
end

#hourMutateAllowedObject

Returns the value of attribute hourMutateAllowed.



772
773
774
# File 'lib/crv_api_client/api/animals/animals.rb', line 772

def hourMutateAllowed
  @hourMutateAllowed
end

#hourNecessaryObject

Returns the value of attribute hourNecessary.



773
774
775
# File 'lib/crv_api_client/api/animals/animals.rb', line 773

def hourNecessary
  @hourNecessary
end

#kilometresMutateAllowedObject

Returns the value of attribute kilometresMutateAllowed.



778
779
780
# File 'lib/crv_api_client/api/animals/animals.rb', line 778

def kilometresMutateAllowed
  @kilometresMutateAllowed
end

#kilometresNecessaryObject

Returns the value of attribute kilometresNecessary.



779
780
781
# File 'lib/crv_api_client/api/animals/animals.rb', line 779

def kilometresNecessary
  @kilometresNecessary
end