Class: Travis::Client::Listener::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/travis/client/listener.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



65
66
67
# File 'lib/travis/client/listener.rb', line 65

def build
  @build
end

#jobObject

Returns the value of attribute job

Returns:

  • (Object)

    the current value of job



65
66
67
# File 'lib/travis/client/listener.rb', line 65

def job
  @job
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



65
66
67
# File 'lib/travis/client/listener.rb', line 65

def payload
  @payload
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



65
66
67
# File 'lib/travis/client/listener.rb', line 65

def repository
  @repository
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



65
66
67
# File 'lib/travis/client/listener.rb', line 65

def type
  @type
end