Class: Datasets::Metadata
- Inherits:
-
Struct
- Object
- Struct
- Datasets::Metadata
- Defined in:
- lib/datasets/metadata.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#licenses ⇒ Object
Returns the value of attribute licenses.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/datasets/metadata.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/datasets/metadata.rb', line 4 def id @id end |
#licenses ⇒ Object
Returns the value of attribute licenses
4 5 6 |
# File 'lib/datasets/metadata.rb', line 4 def licenses @licenses end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/datasets/metadata.rb', line 4 def name @name end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/datasets/metadata.rb', line 4 def url @url end |