Class: ONIX::Website
Instance Method Summary collapse
- #description ⇒ Object
- #link ⇒ Object
-
#role ⇒ Object
shortcuts.
Methods inherited from SubsetDSL
_ancestor_registered_scopes, _ancestors_registered_elements, ancestor_registered_scopes, ancestors_registered_elements, element, elements, get_class, #initialize, #parse, ref_to_short, registered_elements, registered_scopes, scope, short_to_ref, #unsupported
Methods inherited from Subset
parse, #parse, tag_match, #tag_match, #unsupported
Constructor Details
This class inherits a constructor from ONIX::SubsetDSL
Instance Method Details
#description ⇒ Object
17 18 19 |
# File 'lib/onix/website.rb', line 17 def description @website_description end |
#link ⇒ Object
13 14 15 |
# File 'lib/onix/website.rb', line 13 def link @website_link end |
#role ⇒ Object
shortcuts
9 10 11 |
# File 'lib/onix/website.rb', line 9 def role @website_role end |