Exception: Spellr::DidAdd
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil) ⇒ DidAdd
constructor
A new instance of DidAdd.
Constructor Details
#initialize(token = nil) ⇒ DidAdd
Returns a new instance of DidAdd.
15 16 17 |
# File 'lib/spellr.rb', line 15 def initialize(token = nil) @token = token end |
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token.
13 14 15 |
# File 'lib/spellr.rb', line 13 def token @token end |