Class: Posthubify::EngagementResource
- Inherits:
-
Object
- Object
- Posthubify::EngagementResource
- Defined in:
- lib/posthubify/resources/platform.rb
Overview
Platform engagements (Node sdk .engagement). Sub-resource: x.
Instance Attribute Summary collapse
-
#x ⇒ Object
readonly
Returns the value of attribute x.
Instance Method Summary collapse
-
#initialize(http) ⇒ EngagementResource
constructor
A new instance of EngagementResource.
Constructor Details
#initialize(http) ⇒ EngagementResource
Returns a new instance of EngagementResource.
183 184 185 186 |
# File 'lib/posthubify/resources/platform.rb', line 183 def initialize(http) @http = http @x = XEngagementResource.new(http) end |
Instance Attribute Details
#x ⇒ Object (readonly)
Returns the value of attribute x.
181 182 183 |
# File 'lib/posthubify/resources/platform.rb', line 181 def x @x end |