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