Class: AdCenterWrapper::BehavioralBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::BehavioralBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BehavioralBid
bid - AdCenterWrapper::Bid
id - SOAP::SOAPLong
name - SOAP::SOAPString
segmentId - SOAP::SOAPLong
status - AdCenterWrapper::BehavioralBidStatus
Instance Attribute Summary collapse
-
#bid ⇒ Object
Returns the value of attribute bid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#segmentId ⇒ Object
Returns the value of attribute segmentId.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(bid = nil, id = nil, name = nil, segmentId = nil, status = nil) ⇒ BehavioralBid
constructor
A new instance of BehavioralBid.
Constructor Details
#initialize(bid = nil, id = nil, name = nil, segmentId = nil, status = nil) ⇒ BehavioralBid
Returns a new instance of BehavioralBid.
188 189 190 191 192 193 194 |
# File 'lib/adcenter_wrapper_entities.rb', line 188 def initialize(bid = nil, id = nil, name = nil, segmentId = nil, status = nil) @bid = bid @id = id @name = name @segmentId = segmentId @status = status end |
Instance Attribute Details
#bid ⇒ Object
Returns the value of attribute bid.
182 183 184 |
# File 'lib/adcenter_wrapper_entities.rb', line 182 def bid @bid end |
#id ⇒ Object
Returns the value of attribute id.
183 184 185 |
# File 'lib/adcenter_wrapper_entities.rb', line 183 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
184 185 186 |
# File 'lib/adcenter_wrapper_entities.rb', line 184 def name @name end |
#segmentId ⇒ Object
Returns the value of attribute segmentId.
185 186 187 |
# File 'lib/adcenter_wrapper_entities.rb', line 185 def segmentId @segmentId end |
#status ⇒ Object
Returns the value of attribute status.
186 187 188 |
# File 'lib/adcenter_wrapper_entities.rb', line 186 def status @status end |