Class: HighLevel::Models::VoiceAi::CustomActionHeaderDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CustomActionHeaderDTO
- Defined in:
- lib/high_level/models/voice_ai/custom_action_header_dto.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_header_dto.rb', line 9 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_header_dto.rb', line 9 def value @value end |