Class: Stripe::Terminal::Reader::Action::CollectInputs::Input

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/terminal/reader.rb

Defined Under Namespace

Classes: CustomText, Email, Numeric, Phone, Selection, Signature, Text, Toggle

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#custom_textObject (readonly)

Returns the value of attribute custom_text.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def custom_text
  @custom_text
end

#emailObject (readonly)

Returns the value of attribute email.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def email
  @email
end

#numericObject (readonly)

Returns the value of attribute numeric.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def numeric
  @numeric
end

#phoneObject (readonly)

Returns the value of attribute phone.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def phone
  @phone
end

#requiredObject (readonly)

Returns the value of attribute required.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def required
  @required
end

#selectionObject (readonly)

Returns the value of attribute selection.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def selection
  @selection
end

#signatureObject (readonly)

Returns the value of attribute signature.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def signature
  @signature
end

#skippedObject (readonly)

Returns the value of attribute skipped.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def skipped
  @skipped
end

#textObject (readonly)

Returns the value of attribute text.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def text
  @text
end

#togglesObject (readonly)

Returns the value of attribute toggles.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def toggles
  @toggles
end

#typeObject (readonly)

Returns the value of attribute type.



57
58
59
# File 'lib/stripe/resources/terminal/reader.rb', line 57

def type
  @type
end