Class: Fanfeedrb::Fanfeedr::Conference
- Defined in:
- lib/fanfeedrb/fanfeedr/content.rb,
lib/fanfeedrb/fanfeedr/conference.rb
Instance Attribute Summary collapse
-
#fanfeedr ⇒ Object
readonly
Returns the value of attribute fanfeedr.
Instance Method Summary collapse
-
#initialize(fanfeedr, attributes = {}) ⇒ Conference
constructor
A new instance of Conference.
Methods inherited from Abstract
accessor, date_reader, #id, reader, #to_xml
Constructor Details
#initialize(fanfeedr, attributes = {}) ⇒ Conference
Returns a new instance of Conference.
7 8 9 10 |
# File 'lib/fanfeedrb/fanfeedr/content.rb', line 7 def initialize(fanfeedr, attributes = {}) @fanfeedr = fanfeedr super(attributes) end |
Instance Attribute Details
#fanfeedr ⇒ Object (readonly)
Returns the value of attribute fanfeedr.
4 5 6 |
# File 'lib/fanfeedrb/fanfeedr/content.rb', line 4 def fanfeedr @fanfeedr end |