Class: BlazingDocs::OperationModel
- Defined in:
- lib/blazingdocs/models/operation_model.rb
Instance Attribute Summary collapse
-
#elapsed_milliseconds ⇒ Object
Returns the value of attribute elapsed_milliseconds.
-
#files ⇒ Object
Returns the value of attribute files.
-
#id ⇒ Object
Returns the value of attribute id.
-
#page_count ⇒ Object
Returns the value of attribute page_count.
-
#remote_ip_address ⇒ Object
Returns the value of attribute remote_ip_address.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from BlazingDocs::BaseModel
Instance Attribute Details
#elapsed_milliseconds ⇒ Object
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 |
#files ⇒ Object
Returns the value of attribute files.
12 13 14 |
# File 'lib/blazingdocs/models/operation_model.rb', line 12 def files @files end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/blazingdocs/models/operation_model.rb', line 7 def id @id end |
#page_count ⇒ Object
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_address ⇒ Object
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 |
#type ⇒ Object
Returns the value of attribute type.
13 14 15 |
# File 'lib/blazingdocs/models/operation_model.rb', line 13 def type @type end |