Class: HumanTone::AccountInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/humantone/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creditsObject (readonly)

Returns the value of attribute credits

Returns:

  • (Object)

    the current value of credits



36
37
38
# File 'lib/humantone/models.rb', line 36

def credits
  @credits
end

#planObject (readonly)

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



36
37
38
# File 'lib/humantone/models.rb', line 36

def plan
  @plan
end

#request_idObject (readonly)

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



36
37
38
# File 'lib/humantone/models.rb', line 36

def request_id
  @request_id
end

#subscriptionObject (readonly)

Returns the value of attribute subscription

Returns:

  • (Object)

    the current value of subscription



36
37
38
# File 'lib/humantone/models.rb', line 36

def subscription
  @subscription
end