Class: FeedUrl

Inherits:
Struct
  • Object
show all
Defined in:
lib/imap-feeder/feedfolder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1
2
3
# File 'lib/imap-feeder/feedfolder.rb', line 1

def name
  @name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



1
2
3
# File 'lib/imap-feeder/feedfolder.rb', line 1

def url
  @url
end