Class: CrvApiClient::Api::Animals::Item

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

Overview

/item

itemName - SOAP::SOAPString
moduleCode - SOAP::SOAPString
itemType - SOAP::SOAPString
itemLng - CrvApiClient::Api::Animals::ItemLng

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemName = nil, moduleCode = nil, itemType = nil, itemLng = []) ⇒ Item

Returns a new instance of Item.



605
606
607
608
609
610
# File 'lib/crv_api_client/api/animals/animals.rb', line 605

def initialize(itemName = nil, moduleCode = nil, itemType = nil, itemLng = [])
  @itemName = itemName
  @moduleCode = moduleCode
  @itemType = itemType
  @itemLng = itemLng
end

Instance Attribute Details

#itemLngObject

Returns the value of attribute itemLng.



603
604
605
# File 'lib/crv_api_client/api/animals/animals.rb', line 603

def itemLng
  @itemLng
end

#itemNameObject

Returns the value of attribute itemName.



600
601
602
# File 'lib/crv_api_client/api/animals/animals.rb', line 600

def itemName
  @itemName
end

#itemTypeObject

Returns the value of attribute itemType.



602
603
604
# File 'lib/crv_api_client/api/animals/animals.rb', line 602

def itemType
  @itemType
end

#moduleCodeObject

Returns the value of attribute moduleCode.



601
602
603
# File 'lib/crv_api_client/api/animals/animals.rb', line 601

def moduleCode
  @moduleCode
end