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

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



10
11
12
# File 'lib/capistrano/github/api.rb', line 10

def created_at
  @created_at
end

#stateObject

Returns the value of attribute state.



10
11
12
# File 'lib/capistrano/github/api.rb', line 10

def state
  @state
end