Class: OptionTagsWillDisableTest::Post
- Defined in:
- lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb
Instance Attribute Summary collapse
-
#author_name ⇒ Object
Returns the value of attribute author_name.
-
#body ⇒ Object
Returns the value of attribute body.
-
#private_post ⇒ Object
Returns the value of attribute private_post.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author_name ⇒ Object
Returns the value of attribute author_name
6 7 8 |
# File 'lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb', line 6 def @author_name end |
#body ⇒ Object
Returns the value of attribute body
6 7 8 |
# File 'lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb', line 6 def body @body end |
#private_post ⇒ Object
Returns the value of attribute private_post
6 7 8 |
# File 'lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb', line 6 def private_post @private_post end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb', line 6 def title @title end |