Method: Bcli::FileClient#initialize

Defined in:
lib/bcli/file_client.rb

#initialize(file_path = nil, options = {}) ⇒ FileClient

Returns a new instance of FileClient.



3
4
5
6
7
8
# File 'lib/bcli/file_client.rb', line 3

def initialize(file_path = nil, options = {})
  @file_path = file_path
  @file = file_contents
  @config = Bcli::Config.new
  @options = options
end