Class: Decibel::MainIdentity

Inherits:
Object
  • Object
show all
Defined in:
lib/wrapper/resources/main_indentity.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ MainIdentity

Returns a new instance of MainIdentity.



5
6
7
8
9
# File 'lib/wrapper/resources/main_indentity.rb', line 5

def initialize args
  args.each do |k, v|
    instance_variable_set("@#{k}", v) unless v.nil?
  end
end

Instance Attribute Details

#IdObject

Returns the value of attribute Id.



3
4
5
# File 'lib/wrapper/resources/main_indentity.rb', line 3

def Id
  @Id
end

#LiteralNameObject

Returns the value of attribute LiteralName.



3
4
5
# File 'lib/wrapper/resources/main_indentity.rb', line 3

def LiteralName
  @LiteralName
end