class Pohoda::Parsers::Csh::ActionTypeType3
Public Instance Methods
add()
click to toggle source
# File lib/pohoda/parsers/csh/action_type_type3.rb, line 7 def add submodel_at(Ftr::RequestExtIdActionType, 'csh:add') end
delete()
click to toggle source
# File lib/pohoda/parsers/csh/action_type_type3.rb, line 15 def delete submodel_at(Ftr::RequestExtIdType, 'csh:delete') end
to_h()
click to toggle source
# File lib/pohoda/parsers/csh/action_type_type3.rb, line 19 def to_h hash = {} hash[:attributes] = attributes hash[:add] = add.to_h if has? 'csh:add' hash[:update] = update.to_h if has? 'csh:update' hash[:delete] = delete.to_h if has? 'csh:delete' hash end
update()
click to toggle source
# File lib/pohoda/parsers/csh/action_type_type3.rb, line 11 def update submodel_at(Ftr::RequestExtIdActionType, 'csh:update') end