4 lines
174 B
Ruby
4 lines
174 B
Ruby
class Suppliers::SectionElementSerializer < Qwaiter::Serializer
|
|
attributes :name, :box_width, :box_height, :dpm, :svg, :position_x, :position_y, :rotation, :section_id
|
|
end
|