Class: DSResponse
- Inherits:
-
Object
- Object
- DSResponse
- Defined in:
- lib/DSResponse.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#endRow ⇒ Object
Returns the value of attribute endRow.
-
#startRow ⇒ Object
Returns the value of attribute startRow.
-
#status ⇒ Object
Returns the value of attribute status.
-
#totalRow ⇒ Object
Returns the value of attribute totalRow.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2 3 4 |
# File 'lib/DSResponse.rb', line 2 def data @data end |
#endRow ⇒ Object
Returns the value of attribute endRow.
2 3 4 |
# File 'lib/DSResponse.rb', line 2 def endRow @endRow end |
#startRow ⇒ Object
Returns the value of attribute startRow.
2 3 4 |
# File 'lib/DSResponse.rb', line 2 def startRow @startRow end |
#status ⇒ Object
Returns the value of attribute status.
2 3 4 |
# File 'lib/DSResponse.rb', line 2 def status @status end |
#totalRow ⇒ Object
Returns the value of attribute totalRow.
2 3 4 |
# File 'lib/DSResponse.rb', line 2 def totalRow @totalRow end |