class Entity
Attributes
raw[R]
Public Class Methods
new(raw)
click to toggle source
# File lib/api/entity.rb, line 3 def initialize(raw) @raw = raw end
# File lib/api/entity.rb, line 3 def initialize(raw) @raw = raw end