Class: AdCenterWrapper::PilotFeature

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, countries = nil) ⇒ PilotFeature

Returns a new instance of PilotFeature.

[View source]

469
470
471
472
# File 'lib/CustomerManagementService.rb', line 469

def initialize(id = nil, countries = nil)
  @id = id
  @countries = countries
end

Instance Attribute Details

#countriesObject

Returns the value of attribute countries.


467
468
469
# File 'lib/CustomerManagementService.rb', line 467

def countries
  @countries
end

#idObject

Returns the value of attribute id.


466
467
468
# File 'lib/CustomerManagementService.rb', line 466

def id
  @id
end