class Scalaroid::JSONReqListTransaction
Request list for use with Transaction.req_list()
.
Public Class Methods
new(other = nil)
click to toggle source
Calls superclass method
Scalaroid::JSONReqList::new
# File lib/scalaroid/json_req_list_transaction.rb, line 4 def initialize(other = nil) super(other) end