Class: HighLevel::Models::AgentStudio::CreatePublicAgentDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::CreatePublicAgentDTO
- Defined in:
- lib/high_level/models/agent_studio/create_public_agent_dto.rb
Instance Attribute Summary collapse
-
#agency_id ⇒ Object
readonly
Returns the value of attribute agency_id.
-
#author_email ⇒ Object
readonly
Returns the value of attribute author_email.
-
#author_id ⇒ Object
readonly
Returns the value of attribute author_id.
-
#author_name ⇒ Object
readonly
Returns the value of attribute author_name.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#edges ⇒ Object
readonly
Returns the value of attribute edges.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nodes ⇒ Object
readonly
Returns the value of attribute nodes.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#agency_id ⇒ Object (readonly)
Returns the value of attribute agency_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def agency_id @agency_id end |
#author_email ⇒ Object (readonly)
Returns the value of attribute author_email
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def @author_email end |
#author_id ⇒ Object (readonly)
Returns the value of attribute author_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def @author_id end |
#author_name ⇒ Object (readonly)
Returns the value of attribute author_name
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def @author_name end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def description @description end |
#edges ⇒ Object (readonly)
Returns the value of attribute edges
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def edges @edges end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def name @name end |
#nodes ⇒ Object (readonly)
Returns the value of attribute nodes
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def nodes @nodes end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def status @status end |
#version ⇒ Object (readonly)
Returns the value of attribute version
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9 def version @version end |