Class: Postmen::CreateLabelQuery

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/postmen/query/create_label_query.rb

Instance Method Summary collapse

Instance Method Details

#to_queryObject



18
19
20
21
22
# File 'lib/postmen/query/create_label_query.rb', line 18

def to_query
  {
    json: query
  }
end