Class: Azure::Profiles::Latest::MarketplaceOrdering::Mgmt::MarketplaceOrderingClass
- Inherits:
-
Object
- Object
- Azure::Profiles::Latest::MarketplaceOrdering::Mgmt::MarketplaceOrderingClass
- Defined in:
- lib/latest/modules/marketplaceordering_profile_module.rb
Overview
MarketplaceOrdering
Defined Under Namespace
Classes: ModelClasses
Instance Attribute Summary collapse
-
#base_url ⇒ Object
readonly
Returns the value of attribute base_url.
-
#configurable ⇒ Object
readonly
Returns the value of attribute configurable.
-
#marketplace_agreements ⇒ Object
readonly
Returns the value of attribute marketplace_agreements.
-
#model_classes ⇒ Object
readonly
Returns the value of attribute model_classes.
-
#operations ⇒ Object
readonly
Returns the value of attribute operations.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(configurable, base_url = nil, options = nil) ⇒ MarketplaceOrderingClass
constructor
A new instance of MarketplaceOrderingClass.
Constructor Details
#initialize(configurable, base_url = nil, options = nil) ⇒ MarketplaceOrderingClass
Returns a new instance of MarketplaceOrderingClass.
28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 28 def initialize(configurable, base_url=nil, =nil) @configurable, @base_url, @options = configurable, base_url, client_0 = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceOrderingAgreements.new(configurable.credentials, base_url, ) if(client_0.respond_to?(:subscription_id)) client_0.subscription_id = configurable.subscription_id end @marketplace_agreements = client_0.marketplace_agreements @operations = client_0.operations @model_classes = ModelClasses.new end |
Instance Attribute Details
#base_url ⇒ Object (readonly)
Returns the value of attribute base_url.
26 27 28 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 26 def base_url @base_url end |
#configurable ⇒ Object (readonly)
Returns the value of attribute configurable.
26 27 28 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 26 def configurable @configurable end |
#marketplace_agreements ⇒ Object (readonly)
Returns the value of attribute marketplace_agreements.
26 27 28 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 26 def marketplace_agreements @marketplace_agreements end |
#model_classes ⇒ Object (readonly)
Returns the value of attribute model_classes.
26 27 28 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 26 def model_classes @model_classes end |
#operations ⇒ Object (readonly)
Returns the value of attribute operations.
26 27 28 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 26 def operations @operations end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
26 27 28 |
# File 'lib/latest/modules/marketplaceordering_profile_module.rb', line 26 def @options end |