Class: AxiomusApi::StatusListRequest::Okeylist

Inherits:
Base
  • Object
show all
Defined in:
lib/axiomus_api/request/status_list_request.rb

Instance Attribute Summary

Attributes included from Validated

#validation_errors

Instance Method Summary collapse

Methods inherited from Base

attribute_meta, extract_options, #initialize, tag_name, #tag_name, xml_attribute, xml_element, xml_field, xml_field_array

Methods included from Validated

#valid?

Methods included from AxiomusApi::Serializable

#to_xml

Constructor Details

This class inherits a constructor from AxiomusApi::Base

Instance Method Details

#add_okey(okey) ⇒ Object



11
12
13
14
15
# File 'lib/axiomus_api/request/status_list_request.rb', line 11

def add_okey(okey)
  n_okey = Okey.new
  n_okey.value = okey
  (@okey ||= []) << n_okey
end