Class: PostProxy::Placement
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
207 208 209 |
# File 'lib/postproxy/types.rb', line 207 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
207 208 209 |
# File 'lib/postproxy/types.rb', line 207 def name @name end |