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