lib/redbooth-ruby/base.rb in redbooth-ruby-0.0.4 vs lib/redbooth-ruby/base.rb in redbooth-ruby-0.0.5

- old
+ new

@@ -1,9 +1,9 @@ module RedboothRuby class Base include RedboothRuby::Operations::Base - attr_accessor :created_time + attr_accessor :created_time, :session # Initializes the object using the given attributes # # @param [Hash] attributes The attributes to use for initialization def initialize(attributes = {})