class QR::QrPlainCTE
- QR::QrPlainCTE
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pocketlib/qr.crConstructors
- .new(filename : String, colnames : Array(String), instructions : QR::SubQuery)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #colnames : Array(String)
- #colnames=(colnames : Array(String))
- #filename : String
- #filename=(filename : String)
- #instructions : QR::SubQuery
- #instructions=(instructions : QR::SubQuery)
- #tag : String
- #tag=(tag : String)
Constructor Detail
def self.new(filename : String, colnames : Array(String), instructions : QR::SubQuery)
#