Class: Datadog::AppSec::Instrumentation::Gateway::User
- Defined in:
- lib/datadog/appsec/instrumentation/gateway/argument.rb
Overview
Gateway User argument
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ User
constructor
A new instance of User.
Constructor Details
#initialize(id) ⇒ User
Returns a new instance of User.
14 15 16 17 |
# File 'lib/datadog/appsec/instrumentation/gateway/argument.rb', line 14 def initialize(id) super() @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
12 13 14 |
# File 'lib/datadog/appsec/instrumentation/gateway/argument.rb', line 12 def id @id end |