Files
mozo-backend/app/serializers/suppliers/section_element_serializer.rb
T
2015-03-01 12:57:20 +01:00

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