Class: HighLevel::Models::Opportunities::UpsertOpportunityDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/upsert_opportunity_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_toObject (readonly)

Returns the value of attribute assigned_to

Returns:

  • (Object)

    the current value of assigned_to



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def assigned_to
  @assigned_to
end

#followersObject (readonly)

Returns the value of attribute followers

Returns:

  • (Object)

    the current value of followers



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def followers
  @followers
end

#followers_action_typeObject (readonly)

Returns the value of attribute followers_action_type

Returns:

  • (Object)

    the current value of followers_action_type



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def followers_action_type
  @followers_action_type
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def id
  @id
end

#is_remove_all_followersObject (readonly)

Returns the value of attribute is_remove_all_followers

Returns:

  • (Object)

    the current value of is_remove_all_followers



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def is_remove_all_followers
  @is_remove_all_followers
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/opportunities/upsert_opportunity_dto.rb', line 9

def location_id
  @location_id
end

#lost_reason_idObject (readonly)

Returns the value of attribute lost_reason_id

Returns:

  • (Object)

    the current value of lost_reason_id



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def lost_reason_id
  @lost_reason_id
end

#monetary_valueObject (readonly)

Returns the value of attribute monetary_value

Returns:

  • (Object)

    the current value of monetary_value



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def monetary_value
  @monetary_value
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def name
  @name
end

#pipeline_idObject (readonly)

Returns the value of attribute pipeline_id

Returns:

  • (Object)

    the current value of pipeline_id



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def pipeline_id
  @pipeline_id
end

#pipeline_stage_idObject (readonly)

Returns the value of attribute pipeline_stage_id

Returns:

  • (Object)

    the current value of pipeline_stage_id



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def pipeline_stage_id
  @pipeline_stage_id
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9

def status
  @status
end