Class: AdWords::V201003::BidLandscapeService::BidLandscapeLandscapePoint

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

Overview

BidLandscape.LandscapePoint

  • bid - AdWords::V201003::BidLandscapeService::Money

  • clicks - SOAP::SOAPLong

  • cost - AdWords::V201003::BidLandscapeService::Money

  • marginalCpc - AdWords::V201003::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.



621
622
623
624
625
626
627
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 621

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.



615
616
617
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 615

def bid
  @bid
end

#clicksObject

Returns the value of attribute clicks.



616
617
618
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 616

def clicks
  @clicks
end

#costObject

Returns the value of attribute cost.



617
618
619
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 617

def cost
  @cost
end

#impressionsObject

Returns the value of attribute impressions.



619
620
621
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 619

def impressions
  @impressions
end

#marginalCpcObject

Returns the value of attribute marginalCpc.



618
619
620
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 618

def marginalCpc
  @marginalCpc
end