Class: Tchae::Error
Direct Known Subclasses
Instance Attribute Summary collapse
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(input) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(input) ⇒ Error
Returns a new instance of Error.
93 |
# File 'lib/tchae/core.rb', line 93 def initialize(input); end |
Instance Attribute Details
#msg ⇒ Object (readonly)
Returns the value of attribute msg.
92 93 94 |
# File 'lib/tchae/core.rb', line 92 def msg @msg end |