Class: AxiomusApi::StatusListRequest::Okeylist
- Defined in:
- lib/axiomus_api/request/status_list_request.rb
Instance Attribute Summary
Attributes included from Validated
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
Methods included from AxiomusApi::Serializable
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 |