class Pohoda::Parsers::Lst::ListIntParamType
Public Instance Methods
int_param_detail()
click to toggle source
# File lib/pohoda/parsers/lst/list_int_param_type.rb, line 7 def int_param_detail array_of_at(Ipm::IntParamDetailType, ['lst:intParamDetail']) end
to_h()
click to toggle source
Calls superclass method
# File lib/pohoda/parsers/lst/list_int_param_type.rb, line 11 def to_h hash = {} hash[:attributes] = attributes hash[:int_param_detail] = int_param_detail.map(&:to_h) if has? 'lst:intParamDetail' hash super.merge(hash) end