Class: HighLevel::Models::Opportunities::UpdateOpportunityDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/update_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/update_opportunity_dto.rb', line 9

def assigned_to
  @assigned_to
end

#custom_fieldsObject (readonly)

Returns the value of attribute custom_fields

Returns:

  • (Object)

    the current value of custom_fields



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

def custom_fields
  @custom_fields
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/update_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/update_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/update_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/update_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/update_opportunity_dto.rb', line 9

def status
  @status
end