Class: PostProxy::Placement

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#idObject

Returns the value of attribute id.



110
111
112
# File 'lib/postproxy/types.rb', line 110

def id
  @id
end

#nameObject

Returns the value of attribute name.



110
111
112
# File 'lib/postproxy/types.rb', line 110

def name
  @name
end