Method: CoreLibrary::XmlAttributes#array_item_name
- Defined in:
- lib/apimatic-core/types/xml_attributes.rb
#array_item_name(array_item_name) ⇒ XmlAttributes
Setter for array item name in XmlAttributes.
27 28 29 30 |
# File 'lib/apimatic-core/types/xml_attributes.rb', line 27 def array_item_name(array_item_name) @array_item_name = array_item_name self end |