Class: Gitjour::ServiceRecord
- Inherits:
-
Struct
- Object
- Struct
- Gitjour::ServiceRecord
- Defined in:
- lib/gitjour/application.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#service ⇒ Object
Returns the value of attribute service.
-
#text_record ⇒ Object
Returns the value of attribute text_record.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/gitjour/application.rb', line 19 def name @name end |
#service ⇒ Object
Returns the value of attribute service
19 20 21 |
# File 'lib/gitjour/application.rb', line 19 def service @service end |
#text_record ⇒ Object
Returns the value of attribute text_record
19 20 21 |
# File 'lib/gitjour/application.rb', line 19 def text_record @text_record end |