Class: Stactics::Result
- Inherits:
-
Struct
- Object
- Struct
- Stactics::Result
- Defined in:
- lib/stactics/client.rb
Instance Attribute Summary collapse
-
#accepted? ⇒ Object
Returns the value of attribute accepted?.
-
#accepted_count ⇒ Object
Returns the value of attribute accepted_count.
-
#body ⇒ Object
Returns the value of attribute body.
Instance Attribute Details
#accepted? ⇒ Object
Returns the value of attribute accepted?
16 17 18 |
# File 'lib/stactics/client.rb', line 16
def accepted?
@accepted?
end
|
#accepted_count ⇒ Object
Returns the value of attribute accepted_count
16 17 18 |
# File 'lib/stactics/client.rb', line 16 def accepted_count @accepted_count end |
#body ⇒ Object
Returns the value of attribute body
16 17 18 |
# File 'lib/stactics/client.rb', line 16 def body @body end |