Class: App42::AppTab::License

Inherits:
App42Response show all
Defined in:
lib/appTab/License.rb

Overview

This License object is the value object which contains the properties of License along with the setter & getter for those properties.

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#currencyObject

Returns the value of attribute currency.



12
13
14
# File 'lib/appTab/License.rb', line 12

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



12
13
14
# File 'lib/appTab/License.rb', line 12

def description
  @description
end

#issueDateObject

Returns the value of attribute issueDate.



12
13
14
# File 'lib/appTab/License.rb', line 12

def issueDate
  @issueDate
end

#keyObject

Returns the value of attribute key.



12
13
14
# File 'lib/appTab/License.rb', line 12

def key
  @key
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/appTab/License.rb', line 12

def name
  @name
end

#priceObject

Returns the value of attribute price.



12
13
14
# File 'lib/appTab/License.rb', line 12

def price
  @price
end

#stateObject

Returns the value of attribute state.



12
13
14
# File 'lib/appTab/License.rb', line 12

def state
  @state
end

#transacIdObject

Returns the value of attribute transacId.



12
13
14
# File 'lib/appTab/License.rb', line 12

def transacId
  @transacId
end

#userObject

Returns the value of attribute user.



12
13
14
# File 'lib/appTab/License.rb', line 12

def user
  @user
end

#validObject

Returns the value of attribute valid.



12
13
14
# File 'lib/appTab/License.rb', line 12

def valid
  @valid
end