Class: App42::AppTab::License
- Inherits:
-
App42Response
- Object
- App42Response
- App42::AppTab::License
- 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
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#issueDate ⇒ Object
Returns the value of attribute issueDate.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
-
#state ⇒ Object
Returns the value of attribute state.
-
#transacId ⇒ Object
Returns the value of attribute transacId.
-
#user ⇒ Object
Returns the value of attribute user.
-
#valid ⇒ Object
Returns the value of attribute valid.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def description @description end |
#issueDate ⇒ Object
Returns the value of attribute issueDate.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def issueDate @issueDate end |
#key ⇒ Object
Returns the value of attribute key.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def price @price end |
#state ⇒ Object
Returns the value of attribute state.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def state @state end |
#transacId ⇒ Object
Returns the value of attribute transacId.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def transacId @transacId end |
#user ⇒ Object
Returns the value of attribute user.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def user @user end |
#valid ⇒ Object
Returns the value of attribute valid.
12 13 14 |
# File 'lib/appTab/License.rb', line 12 def valid @valid end |