Class: DaashubAPI::BatchFile

Inherits:
Base
  • Object
show all
Defined in:
lib/daashub_api/batch_file.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from DaashubAPI::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class DaashubAPI::Base

Instance Method Details

#created_atObject



13
14
15
# File 'lib/daashub_api/batch_file.rb', line 13

def created_at
  attr_to_date(:created_at)
end

#finished_atObject



9
10
11
# File 'lib/daashub_api/batch_file.rb', line 9

def finished_at
  attr_to_date(:finished_at)
end

#started_atObject



5
6
7
# File 'lib/daashub_api/batch_file.rb', line 5

def started_at
  attr_to_date(:started_at)
end