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



74
75
76
# File 'lib/travis/client/listener.rb', line 74

def build
  @build
end

#jobObject

Returns the value of attribute job



74
75
76
# File 'lib/travis/client/listener.rb', line 74

def job
  @job
end

#payloadObject

Returns the value of attribute payload



74
75
76
# File 'lib/travis/client/listener.rb', line 74

def payload
  @payload
end

#repositoryObject

Returns the value of attribute repository



74
75
76
# File 'lib/travis/client/listener.rb', line 74

def repository
  @repository
end

#typeObject

Returns the value of attribute type



74
75
76
# File 'lib/travis/client/listener.rb', line 74

def type
  @type
end