Class: Decibel::Identifier
- Inherits:
-
Object
- Object
- Decibel::Identifier
- Defined in:
- lib/wrapper/resources/indetifier.rb
Instance Attribute Summary collapse
-
#IdentifierType ⇒ Object
Returns the value of attribute IdentifierType.
-
#Value ⇒ Object
Returns the value of attribute Value.
Instance Method Summary collapse
-
#initialize(args) ⇒ Identifier
constructor
A new instance of Identifier.
Constructor Details
#initialize(args) ⇒ Identifier
Returns a new instance of Identifier.
5 6 7 8 9 |
# File 'lib/wrapper/resources/indetifier.rb', line 5 def initialize args args.each do |k, v| instance_variable_set("@#{k}", v) unless v.nil? end end |
Instance Attribute Details
#IdentifierType ⇒ Object
Returns the value of attribute IdentifierType.
3 4 5 |
# File 'lib/wrapper/resources/indetifier.rb', line 3 def IdentifierType @IdentifierType end |
#Value ⇒ Object
Returns the value of attribute Value.
3 4 5 |
# File 'lib/wrapper/resources/indetifier.rb', line 3 def Value @Value end |