Class: Fizzy::Types::Reaction
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::Reaction
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#reacter ⇒ Object
readonly
Returns the value of attribute reacter.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Class Method Summary collapse
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
795 796 797 |
# File 'lib/fizzy/generated/types.rb', line 795 def content @content end |
#id ⇒ Object (readonly)
Returns the value of attribute id
795 796 797 |
# File 'lib/fizzy/generated/types.rb', line 795 def id @id end |
#reacter ⇒ Object (readonly)
Returns the value of attribute reacter
795 796 797 |
# File 'lib/fizzy/generated/types.rb', line 795 def reacter @reacter end |
#url ⇒ Object (readonly)
Returns the value of attribute url
795 796 797 |
# File 'lib/fizzy/generated/types.rb', line 795 def url @url end |