Sha256: 5dde1f14252483660495fff6e6af9526af603f30a5cf43273811a8bcbdc2166a

Contents?: true

Size: 614 Bytes

Versions: 14

Compression:

Stored size: 614 Bytes

Contents

class OrderInformation
  include Mongoid::Document
  
  field :orderNumber, type: String
  field :fills, type: Integer
  field :quantityOrdered, type: Hash
  field :orderExpirationDateTime, type: Integer
  field :orderDateTime, type: Integer
  
  alias :order_number :orderNumber
  alias :order_number= :orderNumber=
  alias :quantity_ordered :quantityOrdered
  alias :quantity_ordered= :quantityOrdered=
  alias :order_expiration_date_time :orderExpirationDateTime
  alias :order_expiration_date_time= :orderExpirationDateTime=
  alias :order_date_time :orderDateTime
  alias :order_date_time= :orderDateTime=
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 lib/health-data-standards/models/order_information.rb
health-data-standards-2.2.0 lib/health-data-standards/models/order_information.rb
health-data-standards-2.1.4 lib/health-data-standards/models/order_information.rb
health-data-standards-2.1.3 lib/health-data-standards/models/order_information.rb
health-data-standards-2.1.2 lib/health-data-standards/models/order_information.rb
health-data-standards-2.1.1 lib/health-data-standards/models/order_information.rb
health-data-standards-2.1.0 lib/health-data-standards/models/order_information.rb
health-data-standards-2.0.0 lib/health-data-standards/models/order_information.rb
health-data-standards-1.0.1 lib/health-data-standards/models/order_information.rb
health-data-standards-1.0.0 lib/health-data-standards/models/order_information.rb
health-data-standards-0.8.1 lib/health-data-standards/models/order_information.rb
health-data-standards-0.8.0 lib/health-data-standards/models/order_information.rb
health-data-standards-0.7.1 lib/health-data-standards/models/order_information.rb
health-data-standards-0.7.0 lib/health-data-standards/models/order_information.rb