Class: Adobe::Aem::Api
- Inherits:
-
Object
- Object
- Adobe::Aem::Api
- Defined in:
- lib/adobe/aem/api.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Api
constructor
A new instance of Api.
- #replication ⇒ Object
- #siteadmin ⇒ Object
- #system ⇒ Object
Constructor Details
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context.
4 5 6 |
# File 'lib/adobe/aem/api.rb', line 4 def context @context end |
Instance Method Details
#replication ⇒ Object
12 13 14 |
# File 'lib/adobe/aem/api.rb', line 12 def replication Replication.new(@context) end |