Class: ActivityEngine::ActivityDataStructure

Inherits:
Struct
  • Object
show all
Defined in:
lib/activity_engine/activity_data_structure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeObject

Returns the value of attribute activity_type

Returns:

  • (Object)

    the current value of activity_type



2
3
4
# File 'lib/activity_engine/activity_data_structure.rb', line 2

def activity_type
  @activity_type
end

#current_userObject

Returns the value of attribute current_user

Returns:

  • (Object)

    the current value of current_user



2
3
4
# File 'lib/activity_engine/activity_data_structure.rb', line 2

def current_user
  @current_user
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



2
3
4
# File 'lib/activity_engine/activity_data_structure.rb', line 2

def message
  @message
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



2
3
4
# File 'lib/activity_engine/activity_data_structure.rb', line 2

def subject
  @subject
end