Class: Stactics::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/stactics/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accepted?Object

Returns the value of attribute accepted?

Returns:

  • (Object)

    the current value of accepted?



16
17
18
# File 'lib/stactics/client.rb', line 16

def accepted?
  @accepted?
end

#accepted_countObject

Returns the value of attribute accepted_count

Returns:

  • (Object)

    the current value of accepted_count



16
17
18
# File 'lib/stactics/client.rb', line 16

def accepted_count
  @accepted_count
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



16
17
18
# File 'lib/stactics/client.rb', line 16

def body
  @body
end