Class: Stripe::Terminal::Configuration::Wifi::EnterpriseEapPeap
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Configuration::Wifi::EnterpriseEapPeap
- Defined in:
- lib/stripe/resources/terminal/configuration.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#ca_certificate_file ⇒ Object
readonly
A File ID representing a PEM file containing the server certificate.
-
#password ⇒ Object
readonly
Password for connecting to the WiFi network.
-
#ssid ⇒ Object
readonly
Name of the WiFi network.
-
#username ⇒ Object
readonly
Username for connecting to 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
#ca_certificate_file ⇒ Object (readonly)
A File ID representing a PEM file containing the server certificate
282 283 284 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 282 def ca_certificate_file @ca_certificate_file end |
#password ⇒ Object (readonly)
Password for connecting to the WiFi network
284 285 286 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 284 def password @password end |
#ssid ⇒ Object (readonly)
Name of the WiFi network
286 287 288 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 286 def ssid @ssid end |
#username ⇒ Object (readonly)
Username for connecting to the WiFi network
288 289 290 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 288 def username @username end |