Class: HighLevel::Models::AgentStudio::CreatePublicAgentDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#agency_idObject (readonly)

Returns the value of attribute agency_id

Returns:

  • (Object)

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

Returns the value of attribute author_email

Returns:

  • (Object)

    the current value of author_email



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def author_email
  @author_email
end

#author_idObject (readonly)

Returns the value of attribute author_id

Returns:

  • (Object)

    the current value of author_id



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def author_id
  @author_id
end

#author_nameObject (readonly)

Returns the value of attribute author_name

Returns:

  • (Object)

    the current value of author_name



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def author_name
  @author_name
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def description
  @description
end

#edgesObject (readonly)

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def edges
  @edges
end

#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/create_public_agent_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def name
  @name
end

#nodesObject (readonly)

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def nodes
  @nodes
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def status
  @status
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



9
10
11
# File 'lib/high_level/models/agent_studio/create_public_agent_dto.rb', line 9

def version
  @version
end