Exception: GoodGuide::Gibbon::ParseError
- Inherits:
-
SemanticError
- Object
- StandardError
- SemanticError
- GoodGuide::Gibbon::ParseError
- Defined in:
- lib/goodguide/gibbon.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ ParseError
constructor
A new instance of ParseError.
- #messages ⇒ Object
Methods included from Util
#hash_to_ruby, #obj_to_js, #obj_to_ruby
Constructor Details
#initialize(message) ⇒ ParseError
178 179 180 |
# File 'lib/goodguide/gibbon.rb', line 178 def initialize() = .to_s end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
177 178 179 |
# File 'lib/goodguide/gibbon.rb', line 177 def end |
Instance Method Details
#messages ⇒ Object
182 183 184 |
# File 'lib/goodguide/gibbon.rb', line 182 def [] end |