Class: Fuci::Travis::Server
- Inherits:
-
Server
- Object
- Server
- Fuci::Travis::Server
- Extended by:
- Forwardable
- Defined in:
- lib/fuci/travis/server.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
readonly
Returns the value of attribute build.
Instance Method Summary collapse
- #fetch_log ⇒ Object
-
#initialize ⇒ Server
constructor
A new instance of Server.
Constructor Details
#initialize ⇒ Server
Returns a new instance of Server.
14 15 16 |
# File 'lib/fuci/travis/server.rb', line 14 def initialize @build = Fuci::Travis::Build.create end |
Instance Attribute Details
#build ⇒ Object (readonly)
Returns the value of attribute build.
10 11 12 |
# File 'lib/fuci/travis/server.rb', line 10 def build @build end |
Instance Method Details
#fetch_log ⇒ Object
18 19 20 |
# File 'lib/fuci/travis/server.rb', line 18 def fetch_log remove_ascii_color_chars log end |