Class: RSS::RDF::Bag
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | RSS::Element 
 | 
| Defined in: | lib/rss/1.0.rb | 
Constant Summary
- 
    Li =
    
 # File 'lib/rss/1.0.rb', line 162::RSS::RDF::Li 
::RSS::Element - Inherited
  GET_ATTRIBUTES, HAVE_CHILDREN_ELEMENTS, INDENT, MODELS, MUST_CALL_VALIDATORS, NEED_INITIALIZE_VARIABLES, PLURAL_FORMS, TO_ELEMENT_METHODS
::RSS::RSS10 - Included
  
Class Attribute Summary
::RSS::Element - Inherited
Class Method Summary
- .new(*args) ⇒ Bag constructor
- .required_uri
::RSS::Element - Inherited
::RSS::Utils::InheritedReader - Extended
::RSS::BaseModel - Extended
::RSS::Utils - Included
| element_initialize_arguments? | This method is used inside of several different objects to determine if special behavior is needed in the constructor. | 
| get_file_and_line_from_caller | Returns an array of two elements: the filename where the calling method is located, and the line number where it is defined. | 
| new_with_value_if_need | If  | 
| to_class_name | Given a  | 
Instance Attribute Summary
::RSS::Element - Inherited
Instance Method Summary
::RSS::Element - Inherited
::RSS::SetupMaker - Included
Constructor Details
    .new(*args)  ⇒ Bag 
  
# File 'lib/rss/1.0.rb', line 175
def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() @li = args[0] if args[0] end end
Class Method Details
.required_uri
[ GitHub ]# File 'lib/rss/1.0.rb', line 165
def required_uri URI end
Instance Method Details
#full_name
[ GitHub ]# File 'lib/rss/1.0.rb', line 184
def full_name tag_name_with_prefix(PREFIX) end
#setup_maker(target)
[ GitHub ]# File 'lib/rss/1.0.rb', line 188
def setup_maker(target) lis.each do |li| target << li.resource end end