Sha256: d205529baf6e974dad56cd28ba9d560ccbc0aebe3b79409eaa46201a06f291ea
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
require 'App42Response.rb' module App42 module AppTab # # # This License object is the value object which contains the properties of # License along with the setter & getter for those properties. # # class License < App42Response attr_accessor :name, :transacId, :price, :currency, :state, :description, :user, :issueDate, :key, :valid @name @price @currency @state @description @user @issueDate @key @valid @transacId end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
App42_RUBY_SDK-0.8.3 | lib/appTab/License.rb |