Class: AdWords::V201008::BidLandscapeService::BidLandscapeLandscapePoint
- Inherits:
-
Object
- Object
- AdWords::V201008::BidLandscapeService::BidLandscapeLandscapePoint
- 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
-
#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.
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
#bid ⇒ Object
Returns the value of attribute bid.
653 654 655 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 653 def bid @bid end |
#clicks ⇒ Object
Returns the value of attribute clicks.
654 655 656 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 654 def clicks @clicks end |
#cost ⇒ Object
Returns the value of attribute cost.
655 656 657 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 655 def cost @cost end |
#impressions ⇒ Object
Returns the value of attribute impressions.
657 658 659 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 657 def impressions @impressions end |
#marginalCpc ⇒ Object
Returns the value of attribute marginalCpc.
656 657 658 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 656 def marginalCpc @marginalCpc end |