Class: MTG::Ruling
- Inherits:
-
Object
- Object
- MTG::Ruling
- Includes:
- RulingRepresenter, Roar::JSON
- Defined in:
- lib/mtg_sdk/ruling.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
8 9 10 |
# File 'lib/mtg_sdk/ruling.rb', line 8 def date @date end |
#text ⇒ Object
Returns the value of attribute text.
8 9 10 |
# File 'lib/mtg_sdk/ruling.rb', line 8 def text @text end |