Class: Dustbag::EditorialReview
- Inherits:
-
Object
- Object
- Dustbag::EditorialReview
- Includes:
- Parser::Node
- Defined in:
- lib/dustbag/editorial_review.rb
Instance Attribute Summary
Attributes included from Parser::Node
Instance Method Summary collapse
Methods included from Parser::Node
included, #initialize, #repeated_subnodes, #repeated_subnodes_text, #subnode, #subnode_text
Instance Method Details
#link_suppressed? ⇒ Boolean
7 8 9 |
# File 'lib/dustbag/editorial_review.rb', line 7 def link_suppressed? subnode_text('IsLinkSuppressed') == '1' end |