Class: Katello::CandlepinEventListener::Event

Inherits:
Struct
  • Object
show all
Defined in:
app/services/katello/candlepin_event_listener.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'app/services/katello/candlepin_event_listener.rb', line 4

def content
  @content
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



4
5
6
# File 'app/services/katello/candlepin_event_listener.rb', line 4

def subject
  @subject
end