Class: HighLevel::Models::AgentStudio::PublicAttachmentSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::PublicAttachmentSchema
- Defined in:
- lib/high_level/models/agent_studio/public_attachment_schema.rb
Instance Attribute Summary collapse
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/agent_studio/public_attachment_schema.rb', line 9 def image_url @image_url end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/agent_studio/public_attachment_schema.rb', line 9 def type @type end |