Module: Newsmlg2::Base::ConfirmationStatusAttributes
- Included in:
- Types::End, Types::EventDuration, Types::Start
- Defined in:
- lib/newsmlg2/base/confirmation_status_attributes.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
6 7 8 9 10 |
# File 'lib/newsmlg2/base/confirmation_status_attributes.rb', line 6 def self.included(klass) klass.class_eval do xml_attributes :confirmationstatus, :confirmationstatusuri end end |