Class: YSM::KeywordService::GetKeywordsByAccountID

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetKeywordsByAccountID

Returns a new instance of GetKeywordsByAccountID.



423
424
425
426
427
428
# File 'lib/ysm4r/v1/KeywordService.rb', line 423

def initialize(accountID = nil, includeDeleted = nil, startElement = nil, numElements = nil)
  @accountID = accountID
  @includeDeleted = includeDeleted
  @startElement = startElement
  @numElements = numElements
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



418
419
420
# File 'lib/ysm4r/v1/KeywordService.rb', line 418

def accountID
  @accountID
end

#includeDeletedObject

Returns the value of attribute includeDeleted.



419
420
421
# File 'lib/ysm4r/v1/KeywordService.rb', line 419

def includeDeleted
  @includeDeleted
end

#numElementsObject

Returns the value of attribute numElements.



421
422
423
# File 'lib/ysm4r/v1/KeywordService.rb', line 421

def numElements
  @numElements
end

#startElementObject

Returns the value of attribute startElement.



420
421
422
# File 'lib/ysm4r/v1/KeywordService.rb', line 420

def startElement
  @startElement
end