Class: MML::CreatorLicense
- Inherits:
-
Object
- Object
- MML::CreatorLicense
- Defined in:
- lib/mml/common.rb
Instance Attribute Summary collapse
-
#tableId ⇒ Object
Returns the value of attribute tableId.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ CreatorLicense
constructor
A new instance of CreatorLicense.
Constructor Details
#initialize(args = {}) ⇒ CreatorLicense
Returns a new instance of CreatorLicense.
271 272 273 274 |
# File 'lib/mml/common.rb', line 271 def initialize(args = {}) @tableId = args[:tableId] @value = args[:value] end |
Instance Attribute Details
#tableId ⇒ Object
Returns the value of attribute tableId.
269 270 271 |
# File 'lib/mml/common.rb', line 269 def tableId @tableId end |
#value ⇒ Object
Returns the value of attribute value.
269 270 271 |
# File 'lib/mml/common.rb', line 269 def value @value end |