Sha256: 483c7440138c3d3fb9992a7b12e9ad0e64756860a806aadbebc28870a4aa3c26

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

module ActivityEngine
  if !defined?(ActivityDataStructure)
    ActivityDataStructure = Struct.new(
      :subject,
      :current_user,
      :message,
      :activity_type
    )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activity_engine-0.0.5 lib/activity_engine/activity_data_structure.rb
activity_engine-0.0.3 lib/activity_engine/activity_data_structure.rb
activity_engine-0.0.2 lib/activity_engine/activity_data_structure.rb