Class: AdWords::V201003::BidLandscapeService::BidLandscapeLandscapePoint
- Inherits:
-
Object
- Object
- AdWords::V201003::BidLandscapeService::BidLandscapeLandscapePoint
- 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
-
#bid ⇒ Object
Returns the value of attribute bid.
-
#clicks ⇒ Object
Returns the value of attribute clicks.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#impressions ⇒ Object
Returns the value of attribute impressions.
-
#marginalCpc ⇒ Object
Returns the value of attribute marginalCpc.
Instance Method Summary collapse
-
#initialize(bid = nil, clicks = nil, cost = nil, marginalCpc = nil, impressions = nil) ⇒ BidLandscapeLandscapePoint
constructor
A new instance of BidLandscapeLandscapePoint.
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
#bid ⇒ Object
Returns the value of attribute bid.
615 616 617 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 615 def bid @bid end |
#clicks ⇒ Object
Returns the value of attribute clicks.
616 617 618 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 616 def clicks @clicks end |
#cost ⇒ Object
Returns the value of attribute cost.
617 618 619 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 617 def cost @cost end |
#impressions ⇒ Object
Returns the value of attribute impressions.
619 620 621 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 619 def impressions @impressions end |
#marginalCpc ⇒ Object
Returns the value of attribute marginalCpc.
618 619 620 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 618 def marginalCpc @marginalCpc end |