Class: DiffNews::Revision

Inherits:
Struct
  • Object
show all
Defined in:
lib/revision.rb

Instance Attribute Summary collapse

Instance Attribute Details

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



6
7
8
# File 'lib/revision.rb', line 6

def provider
  @provider
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



6
7
8
# File 'lib/revision.rb', line 6

def revision
  @revision
end

#teaserObject

Returns the value of attribute teaser

Returns:

  • (Object)

    the current value of teaser



6
7
8
# File 'lib/revision.rb', line 6

def teaser
  @teaser
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



6
7
8
# File 'lib/revision.rb', line 6

def text
  @text
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/revision.rb', line 6

def title
  @title
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



6
7
8
# File 'lib/revision.rb', line 6

def uuid
  @uuid
end