Class: Katello::CandlepinEventListener::Event
- Inherits:
-
Struct
- Object
- Struct
- Katello::CandlepinEventListener::Event
- Defined in:
- app/services/katello/candlepin_event_listener.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'app/services/katello/candlepin_event_listener.rb', line 4 def content @content end |
#subject ⇒ Object
Returns the value of attribute subject
4 5 6 |
# File 'app/services/katello/candlepin_event_listener.rb', line 4 def subject @subject end |