Skip to content

Commit

Permalink
We need an accessor for the properties
Browse files Browse the repository at this point in the history
  • Loading branch information
scotchi committed Oct 10, 2012
1 parent 43e059d commit 4eac0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ruby/lib/directededge/historyentry.rb
Expand Up @@ -23,7 +23,7 @@

module DirectedEdge
class HistoryEntry
attr_accessor :target, :history, :timestamp
attr_accessor :target, :history, :timestamp, :properties

def initialize(history, target, options = {})
raise ArgumentError.new unless history.is_a?(History) && options.is_a?(Hash)
Expand Down

0 comments on commit 4eac0db

Please sign in to comment.