Class: OptionTagsWillDisableTest::Post

Inherits:
Struct
  • Object
show all
Defined in:
lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb

Instance Attribute Summary collapse

Instance Attribute Details

#author_nameObject

Returns the value of attribute author_name

Returns:

  • (Object)

    the current value of author_name



6
7
8
# File 'lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb', line 6

def author_name
  @author_name
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of 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_postObject

Returns the value of attribute private_post

Returns:

  • (Object)

    the current value of 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

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb', line 6

def title
  @title
end