Class: Pennyworth::Models::RFC

Inherits:
Data
  • Object
show all
Defined in:
lib/pennyworth/models/rfc.rb

Overview

Represents a RFC link.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/pennyworth/models/rfc.rb', line 6

def description
  @description
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'lib/pennyworth/models/rfc.rb', line 6

def label
  @label
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



6
7
8
# File 'lib/pennyworth/models/rfc.rb', line 6

def number
  @number
end

#publishedObject (readonly)

Returns the value of attribute published

Returns:

  • (Object)

    the current value of published



6
7
8
# File 'lib/pennyworth/models/rfc.rb', line 6

def published
  @published
end

#uriObject (readonly)

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



6
7
8
# File 'lib/pennyworth/models/rfc.rb', line 6

def uri
  @uri
end