Class: HighLevel::Models::AgentStudio::PromoteAndPublishDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/agent_studio/promote_and_publish_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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_emailObject (readonly)

Returns the value of attribute user_email

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of 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_nameObject (readonly)

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of 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