Exception: Scalyr::Common::Util::MaxKeyCountError
- Inherits:
-
StandardError
- Object
- StandardError
- Scalyr::Common::Util::MaxKeyCountError
- Defined in:
- lib/scalyr/common/util.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#sample_keys ⇒ Object
readonly
Returns the value of attribute sample_keys.
Instance Method Summary collapse
-
#initialize(message, sample_keys) ⇒ MaxKeyCountError
constructor
A new instance of MaxKeyCountError.
Constructor Details
#initialize(message, sample_keys) ⇒ MaxKeyCountError
Returns a new instance of MaxKeyCountError.
6 7 8 9 |
# File 'lib/scalyr/common/util.rb', line 6 def initialize(, sample_keys) @message = @sample_keys = sample_keys end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/scalyr/common/util.rb', line 4 def @message end |
#sample_keys ⇒ Object (readonly)
Returns the value of attribute sample_keys.
4 5 6 |
# File 'lib/scalyr/common/util.rb', line 4 def sample_keys @sample_keys end |