Module: GiantBomb::Attributes::InstanceMethods

Defined in:
lib/giant_bomb/attributes.rb

Instance Method Summary collapse

Instance Method Details

#attributes=(value) ⇒ Object



37
38
39
# File 'lib/giant_bomb/attributes.rb', line 37

def attributes=(value)
  @attributes = value
end

#loaded=(loaded) ⇒ Object



45
46
47
# File 'lib/giant_bomb/attributes.rb', line 45

def loaded=(loaded)
  @loaded = loaded
end

#loaded?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/giant_bomb/attributes.rb', line 41

def loaded?
  @loaded
end