diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-04 16:07:16 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-04 16:07:16 +0200 |
commit | 0dceabecfe363b5503e332c5690e9aee0b85cfb4 (patch) | |
tree | 89f8ecd4a37612fce98a9813413b5ee723bdbac9 /lib/evendoors/particle.rb | |
parent | f9664ac5e5ea7368f5d31e9acdc9beeb2dff88ff (diff) | |
download | edoors-ruby-0dceabecfe363b5503e332c5690e9aee0b85cfb4.zip edoors-ruby-0dceabecfe363b5503e332c5690e9aee0b85cfb4.tar.gz |
Particle#clone_data needs access to @payload
Diffstat (limited to 'lib/evendoors/particle.rb')
-rw-r--r-- | lib/evendoors/particle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors/particle.rb b/lib/evendoors/particle.rb index 7c2af07..7ef9967 100644 --- a/lib/evendoors/particle.rb +++ b/lib/evendoors/particle.rb @@ -25,7 +25,7 @@ module EvenDoors end # attr_accessor :src - attr_reader :ts, :room, :door, :action, :link_value + attr_reader :ts, :room, :door, :action, :link_value, :payload # # routing # |