class Pohoda::Parsers::Typ::ResourcesMOSStype

Public Instance Methods

ids() click to toggle source
# File lib/pohoda/parsers/typ/resources_mos_stype.rb, line 7
def ids
  array_of_at(String, ['typ:ids'])
end
to_h() click to toggle source
# File lib/pohoda/parsers/typ/resources_mos_stype.rb, line 11
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:ids] = ids if has? 'typ:ids'

  hash
end