Class: PostProxy::Placement
Instance Attribute Summary collapse
-
#id ⇒ Object
metadataandprofile_group_idare present in placements and assign_placement_to_group responses. -
#metadata ⇒ Object
metadataandprofile_group_idare present in placements and assign_placement_to_group responses. -
#name ⇒ Object
metadataandprofile_group_idare present in placements and assign_placement_to_group responses. -
#profile_group_id ⇒ Object
metadataandprofile_group_idare present in placements and assign_placement_to_group responses.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#id ⇒ Object
metadata and profile_group_id are present in placements and
assign_placement_to_group responses.
240 241 242 |
# File 'lib/postproxy/types.rb', line 240 def id @id end |
#metadata ⇒ Object
metadata and profile_group_id are present in placements and
assign_placement_to_group responses.
240 241 242 |
# File 'lib/postproxy/types.rb', line 240 def @metadata end |
#name ⇒ Object
metadata and profile_group_id are present in placements and
assign_placement_to_group responses.
240 241 242 |
# File 'lib/postproxy/types.rb', line 240 def name @name end |
#profile_group_id ⇒ Object
metadata and profile_group_id are present in placements and
assign_placement_to_group responses.
240 241 242 |
# File 'lib/postproxy/types.rb', line 240 def profile_group_id @profile_group_id end |