Class: Stripe::Terminal::Configuration::Wifi
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Configuration::Wifi
- Defined in:
- lib/stripe/resources/terminal/configuration.rb
Defined Under Namespace
Classes: EnterpriseEapPeap, EnterpriseEapTls, PersonalPsk
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#enterprise_eap_peap ⇒ Object
readonly
Attribute for field enterprise_eap_peap.
-
#enterprise_eap_tls ⇒ Object
readonly
Attribute for field enterprise_eap_tls.
-
#personal_psk ⇒ Object
readonly
Attribute for field personal_psk.
-
#type ⇒ Object
readonly
Security type of the WiFi network.
Attributes inherited from StripeObject
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
#enterprise_eap_peap ⇒ Object (readonly)
Attribute for field enterprise_eap_peap
300 301 302 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 300 def enterprise_eap_peap @enterprise_eap_peap end |
#enterprise_eap_tls ⇒ Object (readonly)
Attribute for field enterprise_eap_tls
302 303 304 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 302 def enterprise_eap_tls @enterprise_eap_tls end |
#personal_psk ⇒ Object (readonly)
Attribute for field personal_psk
304 305 306 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 304 def personal_psk @personal_psk end |
#type ⇒ Object (readonly)
Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
306 307 308 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 306 def type @type end |