Class: SpringerResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract

Returns:

  • (Object)

    the current value of abstract



7
8
9
# File 'lib/springer.rb', line 7

def abstract
  @abstract
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



7
8
9
# File 'lib/springer.rb', line 7

def date
  @date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



7
8
9
# File 'lib/springer.rb', line 7

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/springer.rb', line 7

def url
  @url
end