Class: BlazingDocs::OperationModel

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/blazingdocs/models/operation_model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from BlazingDocs::BaseModel

Instance Attribute Details

#elapsed_millisecondsObject

Returns the value of attribute elapsed_milliseconds.



9
10
11
# File 'lib/blazingdocs/models/operation_model.rb', line 9

def elapsed_milliseconds
  @elapsed_milliseconds
end

#filesObject

Returns the value of attribute files.



12
13
14
# File 'lib/blazingdocs/models/operation_model.rb', line 12

def files
  @files
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/blazingdocs/models/operation_model.rb', line 7

def id
  @id
end

#page_countObject

Returns the value of attribute page_count.



8
9
10
# File 'lib/blazingdocs/models/operation_model.rb', line 8

def page_count
  @page_count
end

#remote_ip_addressObject

Returns the value of attribute remote_ip_address.



10
11
12
# File 'lib/blazingdocs/models/operation_model.rb', line 10

def remote_ip_address
  @remote_ip_address
end

#typeObject

Returns the value of attribute type.



13
14
15
# File 'lib/blazingdocs/models/operation_model.rb', line 13

def type
  @type
end