Class: Gitjour::ServiceRecord

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/gitjour/application.rb', line 19

def name
  @name
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



19
20
21
# File 'lib/gitjour/application.rb', line 19

def service
  @service
end

#text_recordObject

Returns the value of attribute text_record

Returns:

  • (Object)

    the current value of text_record



19
20
21
# File 'lib/gitjour/application.rb', line 19

def text_record
  @text_record
end