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

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

#metadataObject

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

#nameObject

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_idObject

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