Class: AdWords::V201008::BidLandscapeService::BidLandscapeLandscapePoint

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/BidLandscapeService.rb

Overview

BidLandscape.LandscapePoint

  • bid - AdWords::V201008::BidLandscapeService::Money

  • clicks - SOAP::SOAPLong

  • cost - AdWords::V201008::BidLandscapeService::Money

  • marginalCpc - AdWords::V201008::BidLandscapeService::Money

  • impressions - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bid = nil, clicks = nil, cost = nil, marginalCpc = nil, impressions = nil) ⇒ BidLandscapeLandscapePoint

Returns a new instance of BidLandscapeLandscapePoint.



659
660
661
662
663
664
665
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 659

def initialize(bid = nil, clicks = nil, cost = nil, marginalCpc = nil, impressions = nil)
  @bid = bid
  @clicks = clicks
  @cost = cost
  @marginalCpc = marginalCpc
  @impressions = impressions
end

Instance Attribute Details

#bidObject

Returns the value of attribute bid.



653
654
655
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 653

def bid
  @bid
end

#clicksObject

Returns the value of attribute clicks.



654
655
656
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 654

def clicks
  @clicks
end

#costObject

Returns the value of attribute cost.



655
656
657
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 655

def cost
  @cost
end

#impressionsObject

Returns the value of attribute impressions.



657
658
659
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 657

def impressions
  @impressions
end

#marginalCpcObject

Returns the value of attribute marginalCpc.



656
657
658
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 656

def marginalCpc
  @marginalCpc
end