Class: Obp::Access::Converter
- Inherits:
-
Object
- Object
- Obp::Access::Converter
- Defined in:
- lib/obp/access/converter.rb
Instance Attribute Summary collapse
-
#metas ⇒ Object
readonly
Returns the value of attribute metas.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#urn ⇒ Object
readonly
Returns the value of attribute urn.
Instance Method Summary collapse
-
#initialize(urn:, metas:, source:) ⇒ Converter
constructor
A new instance of Converter.
- #to_xml ⇒ Object
Constructor Details
#initialize(urn:, metas:, source:) ⇒ Converter
Returns a new instance of Converter.
6 7 8 9 10 |
# File 'lib/obp/access/converter.rb', line 6 def initialize(urn:, metas:, source:) @urn = urn @metas = @source = source end |
Instance Attribute Details
#metas ⇒ Object (readonly)
Returns the value of attribute metas.
4 5 6 |
# File 'lib/obp/access/converter.rb', line 4 def @metas end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
4 5 6 |
# File 'lib/obp/access/converter.rb', line 4 def source @source end |
#urn ⇒ Object (readonly)
Returns the value of attribute urn.
4 5 6 |
# File 'lib/obp/access/converter.rb', line 4 def urn @urn end |