Class: Demos::Demo::PostEntry

Inherits:
Struct
  • Object
show all
Defined in:
ui/examples/foobar.rb

Overview

Plain old ruby class

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



143
144
145
# File 'ui/examples/foobar.rb', line 143

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



143
144
145
# File 'ui/examples/foobar.rb', line 143

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



143
144
145
# File 'ui/examples/foobar.rb', line 143

def title
  @title
end