Class: PubmedAPI::XMLParser::JournalStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyObject

Returns the value of attribute frequency

Returns:

  • (Object)

    the current value of frequency



110
111
112
# File 'lib/pubmed_api/parsers.rb', line 110

def frequency
  @frequency
end

#issnObject

Returns the value of attribute issn

Returns:

  • (Object)

    the current value of issn



110
111
112
# File 'lib/pubmed_api/parsers.rb', line 110

def issn
  @issn
end

#nlmidObject

Returns the value of attribute nlmid

Returns:

  • (Object)

    the current value of nlmid



110
111
112
# File 'lib/pubmed_api/parsers.rb', line 110

def nlmid
  @nlmid
end

#startedObject

Returns the value of attribute started

Returns:

  • (Object)

    the current value of started



110
111
112
# File 'lib/pubmed_api/parsers.rb', line 110

def started
  @started
end

#title_longObject

Returns the value of attribute title_long

Returns:

  • (Object)

    the current value of title_long



110
111
112
# File 'lib/pubmed_api/parsers.rb', line 110

def title_long
  @title_long
end

#title_shortObject

Returns the value of attribute title_short

Returns:

  • (Object)

    the current value of title_short



110
111
112
# File 'lib/pubmed_api/parsers.rb', line 110

def title_short
  @title_short
end