Class: App42Response
- Inherits:
-
Object
- Object
- App42Response
- Defined in:
- lib/App42Response.rb
Overview
Copyright © 2012 ShepHertz Technologies Pvt Ltd. All rights reserved.
Direct Known Subclasses
App42::AppTab::BandwidthUnit, App42::AppTab::Bill, App42::AppTab::BillMonth, App42::AppTab::Currency, App42::AppTab::DiscountType, App42::AppTab::License, App42::AppTab::PackageData, App42::AppTab::SchemeData, App42::AppTab::StorageUnit, App42::AppTab::Test, App42::AppTab::TimeUnit, App42::AppTab::Usage, App42::Email::Email, App42::Email::EmailMIME, App42::Gallery::Album, App42::Game::Game, App42::Game::Reward, App42::Geo::Geo, App42::Geo::GeoPoint, App42::ImageProcessor::Image, App42::Log::Log, App42::Message::Queue, App42::Push::DeviceType, App42::Push::PushNotification, App42::Recommend::Recommender, App42::Recommend::RecommenderSimilarity, App42::Review::Review, App42::Session::Session, App42::Shopping::Cart, App42::Shopping::Catalogue, App42::Shopping::ItemData, App42::Shopping::PaymentStatus, App42::Social::Social, App42::Storage::OrderByType, App42::Storage::Query, App42::Storage::QueryBuilder::Operator, App42::Storage::Storage, App42::Upload::Upload, App42::Upload::UploadFileType, App42::User::User
Instance Attribute Summary collapse
-
#isResponseSuccess ⇒ Object
Returns the value of attribute isResponseSuccess.
-
#strResponse ⇒ Object
Returns the value of attribute strResponse.
-
#totalRecords ⇒ Object
Returns the value of attribute totalRecords.
Instance Attribute Details
#isResponseSuccess ⇒ Object
Returns the value of attribute isResponseSuccess.
7 8 9 |
# File 'lib/App42Response.rb', line 7 def isResponseSuccess @isResponseSuccess end |
#strResponse ⇒ Object
Returns the value of attribute strResponse.
7 8 9 |
# File 'lib/App42Response.rb', line 7 def strResponse @strResponse end |
#totalRecords ⇒ Object
Returns the value of attribute totalRecords.
7 8 9 |
# File 'lib/App42Response.rb', line 7 def totalRecords @totalRecords end |