class Pohoda::Parsers::Stk::IntParametersType
Public Instance Methods
int_parameter()
click to toggle source
# File lib/pohoda/parsers/stk/int_parameters_type.rb, line 7 def int_parameter array_of_at(Stk::IntParameterType, ['stk:intParameter']) end
to_h()
click to toggle source
# File lib/pohoda/parsers/stk/int_parameters_type.rb, line 11 def to_h hash = {} hash[:attributes] = attributes hash[:int_parameter] = int_parameter.map(&:to_h) if has? 'stk:intParameter' hash end