Class: Lois::Github::Status

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

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_urlObject

Returns the value of attribute artifact_url

Returns:

  • (Object)

    the current value of artifact_url



5
6
7
# File 'lib/lois/github.rb', line 5

def artifact_url
  @artifact_url
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



5
6
7
# File 'lib/lois/github.rb', line 5

def context
  @context
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/lois/github.rb', line 5

def description
  @description
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/lois/github.rb', line 5

def state
  @state
end