Class: Api::RequestReportError
- Inherits:
-
RequestBase
- Object
- ApiObject
- RequestBase
- Api::RequestReportError
- Defined in:
- lib/mrpin/api/platform/report/request_report_error.rb
Instance Attribute Summary collapse
-
#logs ⇒ Object
Returns the value of attribute logs.
-
#message ⇒ Object
Properties.
-
#stack_trace ⇒ Object
Returns the value of attribute stack_trace.
Attributes inherited from ApiObject
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ RequestReportError
constructor
default constructor.
Methods inherited from ApiObject
Constructor Details
#initialize(options = nil) ⇒ RequestReportError
default constructor
16 17 18 |
# File 'lib/mrpin/api/platform/report/request_report_error.rb', line 16 def initialize( = nil) super() end |
Instance Attribute Details
#logs ⇒ Object
Returns the value of attribute logs.
9 10 11 |
# File 'lib/mrpin/api/platform/report/request_report_error.rb', line 9 def logs @logs end |
#message ⇒ Object
Properties
7 8 9 |
# File 'lib/mrpin/api/platform/report/request_report_error.rb', line 7 def @message end |
#stack_trace ⇒ Object
Returns the value of attribute stack_trace.
8 9 10 |
# File 'lib/mrpin/api/platform/report/request_report_error.rb', line 8 def stack_trace @stack_trace end |