Class: Fiveruns::Dash::ExceptionsPayload
- Defined in:
- lib/fiveruns/dash/update.rb
Instance Method Summary collapse
Methods inherited from Payload
Constructor Details
This class inherits a constructor from Fiveruns::Dash::Payload
Instance Method Details
#params ⇒ Object
191 192 193 194 195 196 197 |
# File 'lib/fiveruns/dash/update.rb', line 191 def params @params ||= { :type => 'exceptions', :collected_at => , :hostname => Fiveruns::Dash.host.hostname, } end |