Class: Threatstack::Agent::Response
- Inherits:
-
Object
- Object
- Threatstack::Agent::Response
- Defined in:
- lib/threatstack/agent/response.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
- #agents ⇒ Object
-
#initialize(raw) ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize(raw) ⇒ Response
Returns a new instance of Response.
7 8 9 |
# File 'lib/threatstack/agent/response.rb', line 7 def initialize(raw) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
6 7 8 |
# File 'lib/threatstack/agent/response.rb', line 6 def raw @raw end |