Class: LcpSdk::OfferModel
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::OfferModel
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#allowed_brand_ids ⇒ Object
Returns the value of attribute allowed_brand_ids.
-
#allowed_publisher_ids ⇒ Object
Returns the value of attribute allowed_publisher_ids.
-
#attribute_equals ⇒ Object
Returns the value of attribute attribute_equals.
-
#attribute_in ⇒ Object
Returns the value of attribute attribute_in.
-
#buyer_id ⇒ Object
Returns the value of attribute buyer_id.
-
#call_routing_mode ⇒ Object
Returns the value of attribute call_routing_mode.
-
#connect_timeout_seconds ⇒ Object
Returns the value of attribute connect_timeout_seconds.
-
#countries ⇒ Object
Returns the value of attribute countries.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#floor_price_cents ⇒ Object
Returns the value of attribute floor_price_cents.
-
#monthly_maximum_payable ⇒ Object
Returns the value of attribute monthly_maximum_payable.
-
#monthly_minimum_payable ⇒ Object
Returns the value of attribute monthly_minimum_payable.
-
#monthly_quota_policy ⇒ Object
Returns the value of attribute monthly_quota_policy.
-
#monthly_quota_timezone ⇒ Object
Returns the value of attribute monthly_quota_timezone.
-
#offer_id ⇒ Object
Returns the value of attribute offer_id.
-
#payable_rules ⇒ Object
Returns the value of attribute payable_rules.
-
#routing_mode ⇒ Object
Returns the value of attribute routing_mode.
-
#schema_version ⇒ Object
Returns the value of attribute schema_version.
-
#tenant_id ⇒ Object
Returns the value of attribute tenant_id.
-
#vertical ⇒ Object
Returns the value of attribute vertical.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
12 13 14 |
# File 'lib/generated_models.rb', line 12 def active @active end |
#allowed_brand_ids ⇒ Object
Returns the value of attribute allowed_brand_ids
12 13 14 |
# File 'lib/generated_models.rb', line 12 def allowed_brand_ids @allowed_brand_ids end |
#allowed_publisher_ids ⇒ Object
Returns the value of attribute allowed_publisher_ids
12 13 14 |
# File 'lib/generated_models.rb', line 12 def allowed_publisher_ids @allowed_publisher_ids end |
#attribute_equals ⇒ Object
Returns the value of attribute attribute_equals
12 13 14 |
# File 'lib/generated_models.rb', line 12 def attribute_equals @attribute_equals end |
#attribute_in ⇒ Object
Returns the value of attribute attribute_in
12 13 14 |
# File 'lib/generated_models.rb', line 12 def attribute_in @attribute_in end |
#buyer_id ⇒ Object
Returns the value of attribute buyer_id
12 13 14 |
# File 'lib/generated_models.rb', line 12 def buyer_id @buyer_id end |
#call_routing_mode ⇒ Object
Returns the value of attribute call_routing_mode
12 13 14 |
# File 'lib/generated_models.rb', line 12 def call_routing_mode @call_routing_mode end |
#connect_timeout_seconds ⇒ Object
Returns the value of attribute connect_timeout_seconds
12 13 14 |
# File 'lib/generated_models.rb', line 12 def connect_timeout_seconds @connect_timeout_seconds end |
#countries ⇒ Object
Returns the value of attribute countries
12 13 14 |
# File 'lib/generated_models.rb', line 12 def countries @countries end |
#currency ⇒ Object
Returns the value of attribute currency
12 13 14 |
# File 'lib/generated_models.rb', line 12 def currency @currency end |
#extensions ⇒ Object
Returns the value of attribute extensions
12 13 14 |
# File 'lib/generated_models.rb', line 12 def extensions @extensions end |
#floor_price_cents ⇒ Object
Returns the value of attribute floor_price_cents
12 13 14 |
# File 'lib/generated_models.rb', line 12 def floor_price_cents @floor_price_cents end |
#monthly_maximum_payable ⇒ Object
Returns the value of attribute monthly_maximum_payable
12 13 14 |
# File 'lib/generated_models.rb', line 12 def monthly_maximum_payable @monthly_maximum_payable end |
#monthly_minimum_payable ⇒ Object
Returns the value of attribute monthly_minimum_payable
12 13 14 |
# File 'lib/generated_models.rb', line 12 def monthly_minimum_payable @monthly_minimum_payable end |
#monthly_quota_policy ⇒ Object
Returns the value of attribute monthly_quota_policy
12 13 14 |
# File 'lib/generated_models.rb', line 12 def monthly_quota_policy @monthly_quota_policy end |
#monthly_quota_timezone ⇒ Object
Returns the value of attribute monthly_quota_timezone
12 13 14 |
# File 'lib/generated_models.rb', line 12 def monthly_quota_timezone @monthly_quota_timezone end |
#offer_id ⇒ Object
Returns the value of attribute offer_id
12 13 14 |
# File 'lib/generated_models.rb', line 12 def offer_id @offer_id end |
#payable_rules ⇒ Object
Returns the value of attribute payable_rules
12 13 14 |
# File 'lib/generated_models.rb', line 12 def payable_rules @payable_rules end |
#routing_mode ⇒ Object
Returns the value of attribute routing_mode
12 13 14 |
# File 'lib/generated_models.rb', line 12 def routing_mode @routing_mode end |
#schema_version ⇒ Object
Returns the value of attribute schema_version
12 13 14 |
# File 'lib/generated_models.rb', line 12 def schema_version @schema_version end |
#tenant_id ⇒ Object
Returns the value of attribute tenant_id
12 13 14 |
# File 'lib/generated_models.rb', line 12 def tenant_id @tenant_id end |
#vertical ⇒ Object
Returns the value of attribute vertical
12 13 14 |
# File 'lib/generated_models.rb', line 12 def vertical @vertical end |