Class: HighLevel::Models::AdManager::LinkedInBudgetDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/linked_in_budget_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9

def amount
  @amount
end

#budget_typeObject (readonly)

Returns the value of attribute budget_type

Returns:

  • (Object)

    the current value of budget_type



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9

def budget_type
  @budget_type
end

#schedule_end_dateObject (readonly)

Returns the value of attribute schedule_end_date

Returns:

  • (Object)

    the current value of schedule_end_date



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9

def schedule_end_date
  @schedule_end_date
end

#schedule_start_dateObject (readonly)

Returns the value of attribute schedule_start_date

Returns:

  • (Object)

    the current value of schedule_start_date



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9

def schedule_start_date
  @schedule_start_date
end