Class: Agris::Api::Messages::QueryChangedInvoices
- Inherits:
-
QueryBase
- Object
- MessageBase
- QueryBase
- Agris::Api::Messages::QueryChangedInvoices
- Defined in:
- lib/agris/api/messages/query_changed_invoices.rb
Instance Method Summary collapse
-
#initialize(time, detail) ⇒ QueryChangedInvoices
constructor
A new instance of QueryChangedInvoices.
- #message_number ⇒ Object
Methods inherited from MessageBase
Constructor Details
#initialize(time, detail) ⇒ QueryChangedInvoices
Returns a new instance of QueryChangedInvoices.
6 7 8 9 |
# File 'lib/agris/api/messages/query_changed_invoices.rb', line 6 def initialize(time, detail) @time = time @detail = detail end |
Instance Method Details
#message_number ⇒ Object
11 12 13 |
# File 'lib/agris/api/messages/query_changed_invoices.rb', line 11 def 80_500 end |