Class: Capistrano::Github::API::Deployment

Inherits:
Object
  • Object
show all
Defined in:
lib/capistrano/github/api.rb

Defined Under Namespace

Classes: Status

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def created_at
  @created_at
end

#creator_loginObject

Returns the value of attribute creator_login.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def 
  @creator_login
end

#environmentObject

Returns the value of attribute environment.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def environment
  @environment
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def id
  @id
end

#payloadObject

Returns the value of attribute payload.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def payload
  @payload
end

#refObject

Returns the value of attribute ref.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def ref
  @ref
end

#shaObject

Returns the value of attribute sha.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def sha
  @sha
end

#statusesObject

Returns the value of attribute statuses.



7
8
9
# File 'lib/capistrano/github/api.rb', line 7

def statuses
  @statuses
end