Class: WorkOS::RadarStandaloneDeleteRadarListEntryRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- WorkOS::RadarStandaloneDeleteRadarListEntryRequest
- Defined in:
- lib/workos/radar/radar_standalone_delete_radar_list_entry_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ entry: :entry }.freeze
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
Instance Method Summary collapse
-
#initialize(json) ⇒ RadarStandaloneDeleteRadarListEntryRequest
constructor
A new instance of RadarStandaloneDeleteRadarListEntryRequest.
Constructor Details
#initialize(json) ⇒ RadarStandaloneDeleteRadarListEntryRequest
Returns a new instance of RadarStandaloneDeleteRadarListEntryRequest.
13 14 15 16 |
# File 'lib/workos/radar/radar_standalone_delete_radar_list_entry_request.rb', line 13 def initialize(json) hash = self.class.normalize(json) @entry = hash[:entry] end |
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry.
11 12 13 |
# File 'lib/workos/radar/radar_standalone_delete_radar_list_entry_request.rb', line 11 def entry @entry end |