Class: Median::Primo::Record
- Inherits:
-
Object
- Object
- Median::Primo::Record
- Includes:
- XmlSupport
- Defined in:
- lib/median/primo/record.rb
Defined Under Namespace
Classes: Links
Instance Attribute Summary collapse
-
#links ⇒ Object
readonly
Returns the value of attribute links.
Instance Method Summary collapse
-
#initialize(xml) ⇒ Record
constructor
A new instance of Record.
Constructor Details
Instance Attribute Details
#links ⇒ Object (readonly)
Returns the value of attribute links.
30 31 32 |
# File 'lib/median/primo/record.rb', line 30 def links @links end |