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