class Pohoda::Parsers::Lst::ListGDPRRequestType
Public Instance Methods
request_gdpr()
click to toggle source
# File lib/pohoda/parsers/lst/list_gdpr_request_type.rb, line 7 def request_gdpr at 'lst:requestGDPR' end
request_gdpr_attributes()
click to toggle source
# File lib/pohoda/parsers/lst/list_gdpr_request_type.rb, line 11 def request_gdpr_attributes attributes_at 'lst:requestGDPR' end
to_h()
click to toggle source
# File lib/pohoda/parsers/lst/list_gdpr_request_type.rb, line 15 def to_h hash = {} hash[:attributes] = attributes hash[:request_gdpr] = request_gdpr if has? 'lst:requestGDPR' hash[:request_gdpr_attributes] = request_gdpr_attributes if has? 'lst:requestGDPR' hash end