Class: Datasets::Metadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/datasets/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/datasets/metadata.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/datasets/metadata.rb', line 4

def id
  @id
end

#licensesObject

Returns the value of attribute licenses

Returns:

  • (Object)

    the current value of licenses



4
5
6
# File 'lib/datasets/metadata.rb', line 4

def licenses
  @licenses
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/datasets/metadata.rb', line 4

def name
  @name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/datasets/metadata.rb', line 4

def url
  @url
end