class Pohoda::Parsers::Ftr::UserFilterNameType

Public Instance Methods

to_h() click to toggle source
# File lib/pohoda/parsers/ftr/user_filter_name_type.rb, line 15
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:user_filter_name] = user_filter_name if has? 'ftr:userFilterName'
  hash[:user_filter_name_attributes] = user_filter_name_attributes if has? 'ftr:userFilterName'

  hash
end
user_filter_name() click to toggle source
# File lib/pohoda/parsers/ftr/user_filter_name_type.rb, line 7
def user_filter_name
  at 'ftr:userFilterName'
end
user_filter_name_attributes() click to toggle source
# File lib/pohoda/parsers/ftr/user_filter_name_type.rb, line 11
def user_filter_name_attributes
  attributes_at 'ftr:userFilterName'
end