Class: PubmedAPI::XMLParser::LinkStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/pubmed_api/parsers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#catObject

Returns the value of attribute cat

Returns:

  • (Object)

    the current value of cat



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def cat
  @cat
end

#pub_idObject

Returns the value of attribute pub_id

Returns:

  • (Object)

    the current value of pub_id



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def pub_id
  @pub_id
end

#pub_nameObject

Returns the value of attribute pub_name

Returns:

  • (Object)

    the current value of pub_name



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def pub_name
  @pub_name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def url
  @url
end