class PlayScrape::AppInfo
Constants
- ATTRIBUTES
Public Class Methods
new()
click to toggle source
# File lib/play_scrape/app.rb, line 17 def initialize end
Public Instance Methods
to_hash()
click to toggle source
# File lib/play_scrape/app.rb, line 20 def to_hash hash = Hash.new self.instance_variables.each { |var| hash[var.to_s.delete("@")] = self.instance_variable_get(var) } end