Class: DSResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/DSResponse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



2
3
4
# File 'lib/DSResponse.rb', line 2

def data
  @data
end

#endRowObject

Returns the value of attribute endRow.



2
3
4
# File 'lib/DSResponse.rb', line 2

def endRow
  @endRow
end

#startRowObject

Returns the value of attribute startRow.



2
3
4
# File 'lib/DSResponse.rb', line 2

def startRow
  @startRow
end

#statusObject

Returns the value of attribute status.



2
3
4
# File 'lib/DSResponse.rb', line 2

def status
  @status
end

#totalRowObject

Returns the value of attribute totalRow.



2
3
4
# File 'lib/DSResponse.rb', line 2

def totalRow
  @totalRow
end