Class: PostProxy::DeletingPlatform
- Defined in:
- lib/postproxy/types.rb
Instance Attribute Summary collapse
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#post_profile_id ⇒ Object
Returns the value of attribute post_profile_id.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#platform ⇒ Object
Returns the value of attribute platform.
334 335 336 |
# File 'lib/postproxy/types.rb', line 334 def platform @platform end |
#post_profile_id ⇒ Object
Returns the value of attribute post_profile_id.
334 335 336 |
# File 'lib/postproxy/types.rb', line 334 def post_profile_id @post_profile_id end |