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.
378 379 380 |
# File 'lib/postproxy/types.rb', line 378 def platform @platform end |
#post_profile_id ⇒ Object
Returns the value of attribute post_profile_id.
378 379 380 |
# File 'lib/postproxy/types.rb', line 378 def post_profile_id @post_profile_id end |