Class: Pennyworth::Models::RFC
- Inherits:
-
Data
- Object
- Data
- Pennyworth::Models::RFC
- Defined in:
- lib/pennyworth/models/rfc.rb
Overview
Represents a RFC link.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#published ⇒ Object
readonly
Returns the value of attribute published.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
6 7 8 |
# File 'lib/pennyworth/models/rfc.rb', line 6 def description @description end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'lib/pennyworth/models/rfc.rb', line 6 def label @label end |
#number ⇒ Object (readonly)
Returns the value of attribute number
6 7 8 |
# File 'lib/pennyworth/models/rfc.rb', line 6 def number @number end |
#published ⇒ Object (readonly)
Returns the value of attribute published
6 7 8 |
# File 'lib/pennyworth/models/rfc.rb', line 6 def published @published end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri
6 7 8 |
# File 'lib/pennyworth/models/rfc.rb', line 6 def uri @uri end |