Class: MTG::Ruling

Inherits:
Object
  • Object
show all
Includes:
RulingRepresenter, Roar::JSON
Defined in:
lib/mtg_sdk/ruling.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



8
9
10
# File 'lib/mtg_sdk/ruling.rb', line 8

def date
  @date
end

#textObject

Returns the value of attribute text.



8
9
10
# File 'lib/mtg_sdk/ruling.rb', line 8

def text
  @text
end