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.
122 123 124 125 |
# File 'lib/bacon.rb', line 122 def initialize(count_as, ) @count_as = count_as super end |
Instance Attribute Details
#count_as ⇒ Object
Returns the value of attribute count_as.
120 121 122 |
# File 'lib/bacon.rb', line 120 def count_as @count_as end |