Class: Satchel::ActivityDataStructure

Inherits:
Struct
  • Object
show all
Defined in:
lib/satchel/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



3
4
5
# File 'lib/satchel/activity_data_structure.rb', line 3

def activity_type
  @activity_type
end

#current_userObject

Returns the value of attribute current_user

Returns:

  • (Object)

    the current value of current_user



3
4
5
# File 'lib/satchel/activity_data_structure.rb', line 3

def current_user
  @current_user
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/satchel/activity_data_structure.rb', line 3

def message
  @message
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



3
4
5
# File 'lib/satchel/activity_data_structure.rb', line 3

def subject
  @subject
end