Exception: Bacon::Error
Instance Attribute Summary collapse
-
#count_as ⇒ Object
Returns the value of attribute count_as.
Instance Method Summary collapse
-
#initialize(count_as, message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(count_as, message) ⇒ Error
Returns a new instance of Error.
80 81 82 83 |
# File 'lib/bacon.rb', line 80 def initialize(count_as, ) @count_as = count_as super end |
Instance Attribute Details
#count_as ⇒ Object
Returns the value of attribute count_as.
78 79 80 |
# File 'lib/bacon.rb', line 78 def count_as @count_as end |