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.
221 222 223 |
# File 'lib/postproxy/types.rb', line 221 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
221 222 223 |
# File 'lib/postproxy/types.rb', line 221 def name @name end |