Sha256: 8b6d4e70cc1df6d1703d9a74f609b6ad25863b67cd1d7cdd8bcc7b840769fd53

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

# -----------------------------------------------------------------------
#  Copyright © 2012 ShepHertz Technologies Pvt Ltd. All rights reserved.
# -----------------------------------------------------------------------

require 'App42Response.rb'

#
# This Reward object is the value object which contains the properties of
# Reward along with the setter & getter for those properties.
#

module App42
  module Game
    class Reward < App42Response
      attr_accessor :gameName, :userName, :name, :points

      @gameName
      @userName
      @name
      @points

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
App42_RUBY_SDK-0.8.3 lib/game/Reward.rb