Class: MML::CreatorLicense

Inherits:
Object
  • Object
show all
Defined in:
lib/mml/common.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tableIdObject

Returns the value of attribute tableId.



269
270
271
# File 'lib/mml/common.rb', line 269

def tableId
  @tableId
end

#valueObject

Returns the value of attribute value.



269
270
271
# File 'lib/mml/common.rb', line 269

def value
  @value
end